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 /LeftPanel.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 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 6122fae3..4679f1b0 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -127,7 +127,7 @@ Rectangle { anchors.top: parent.top anchors.topMargin: 8 anchors.left: parent.left - anchors.leftMargin: 190 + anchors.leftMargin: 184 font.bold: true color: "white" } |
