diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-21 02:12:02 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:03 +0100 |
| commit | 57c0477fc6efeb6ce618ed35d27dd29820c29ee5 (patch) | |
| tree | a5743ad78de37725a2d0aa1355decc62b050f839 /pages | |
| parent | 70983136bccff61d7d72e0dd0e85cc27178f76d9 (diff) | |
| download | monzero-gui-57c0477fc6efeb6ce618ed35d27dd29820c29ee5.tar.gz monzero-gui-57c0477fc6efeb6ce618ed35d27dd29820c29ee5.tar.xz monzero-gui-57c0477fc6efeb6ce618ed35d27dd29820c29ee5.zip | |
Design polish work
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/History.qml | 2 | ||||
| -rw-r--r-- | pages/Receive.qml | 4 |
2 files changed, 2 insertions, 4 deletions
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 |
