aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/HistoryTable.qml2
-rw-r--r--components/LineEditMulti.qml2
-rwxr-xr-ximages/historyBorderRadius.pngbin203 -> 14768 bytes
-rw-r--r--pages/History.qml2
-rw-r--r--pages/Receive.qml4
5 files changed, 4 insertions, 6 deletions
diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml
index b7a32d41..e5abbc65 100644
--- a/components/HistoryTable.qml
+++ b/components/HistoryTable.qml
@@ -94,7 +94,7 @@ ListView {
property bool collapsed: index ? false : true
height: collapsed ? 180 * scaleRatio : 70 * scaleRatio
width: listView.width
- color: "#CC000000"
+ color: "transparent"
function collapse(){
delegate.height = 180 * scaleRatio;
diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml
index 02f281f3..dd5199d4 100644
--- a/components/LineEditMulti.qml
+++ b/components/LineEditMulti.qml
@@ -46,7 +46,7 @@ ColumnLayout {
property bool wrapAnywhere: true
property bool showingHeader: true
property bool showBorder: true
- property int fontSize: 18 * scaleRatio
+ property int fontSize: 16 * scaleRatio
signal labelButtonClicked();
signal inputLabelLinkActivated();
diff --git a/images/historyBorderRadius.png b/images/historyBorderRadius.png
index c18a6b9f..ee86e191 100755
--- a/images/historyBorderRadius.png
+++ b/images/historyBorderRadius.png
Binary files differ
diff --git a/pages/History.qml b/pages/History.qml
index 079373bc..ad4bbb60 100644
--- a/pages/History.qml
+++ b/pages/History.qml
@@ -276,7 +276,7 @@ Rectangle {
Layout.fillWidth: true
height: 10
- color: "#CC000000"
+ color: "transparent"
Rectangle {
anchors.top: parent.top
diff --git a/pages/Receive.qml b/pages/Receive.qml
index 75504387..ee028395 100644
--- a/pages/Receive.qml
+++ b/pages/Receive.qml
@@ -142,7 +142,6 @@ Rectangle {
Clipboard { id: clipboard }
-
/* main layout */
ColumnLayout {
id: mainLayout
@@ -159,7 +158,6 @@ Rectangle {
property int lineEditFontSize: 12 * scaleRatio
property int qrCodeSize: 240 * scaleRatio
-
ColumnLayout {
id: addressRow
spacing: 0
@@ -175,7 +173,7 @@ Rectangle {
Layout.topMargin: 10
height: 10
- color: "#CC000000"
+ color: "transparent"
Rectangle {
anchors.top: parent.top