diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-11-19 21:14:05 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:00 +0100 |
| commit | f15d6f5197c07cb25e97f7fb04d54c5775646224 (patch) | |
| tree | 3614860143359309ed669d3936f231f90162b74a /MiddlePanel.qml | |
| parent | e7eb3bdfefd723f3737c9e4318ec2fca06c696b4 (diff) | |
| download | monzero-gui-f15d6f5197c07cb25e97f7fb04d54c5775646224.tar.gz monzero-gui-f15d6f5197c07cb25e97f7fb04d54c5775646224.tar.xz monzero-gui-f15d6f5197c07cb25e97f7fb04d54c5775646224.zip | |
Added some styles, changed some margins, testing with the new LineEdit
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 6cac3f10..0f816704 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -69,7 +69,7 @@ Rectangle { signal getProofClicked(string txid, string address, string message); signal checkProofClicked(string txid, string address, string message, string signature); - color: "#F0EEEE" + color: "black" onCurrentViewChanged: { if (previousView) { @@ -163,8 +163,8 @@ Rectangle { ColumnLayout { anchors.fill: parent - anchors.margins: 2 - anchors.topMargin: appWindow.persistentSettings.customDecorations ? 30 : 0 + anchors.margins: 18 + anchors.topMargin: appWindow.persistentSettings.customDecorations ? 50 : 0 spacing: 0 Flickable { |
