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 | |
| parent | 70983136bccff61d7d72e0dd0e85cc27178f76d9 (diff) | |
| download | monzero-gui-57c0477fc6efeb6ce618ed35d27dd29820c29ee5.tar.gz monzero-gui-57c0477fc6efeb6ce618ed35d27dd29820c29ee5.tar.xz monzero-gui-57c0477fc6efeb6ce618ed35d27dd29820c29ee5.zip | |
Design polish work
| -rw-r--r-- | components/HistoryTable.qml | 2 | ||||
| -rw-r--r-- | components/LineEditMulti.qml | 2 | ||||
| -rwxr-xr-x | images/historyBorderRadius.png | bin | 203 -> 14768 bytes | |||
| -rw-r--r-- | pages/History.qml | 2 | ||||
| -rw-r--r-- | pages/Receive.qml | 4 |
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 Binary files differindex c18a6b9f..ee86e191 100755 --- a/images/historyBorderRadius.png +++ b/images/historyBorderRadius.png 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 |
