Design polish work

This commit is contained in:
Sander Ferdinand
2018-03-21 02:12:02 +01:00
committed by moneromooo-monero
parent 70983136bc
commit 57c0477fc6
5 changed files with 4 additions and 6 deletions

View File

@@ -276,7 +276,7 @@ Rectangle {
Layout.fillWidth: true
height: 10
color: "#CC000000"
color: "transparent"
Rectangle {
anchors.top: parent.top

View File

@@ -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