diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-18 11:43:18 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-18 11:43:18 +0200 |
| commit | f22e5fdd7b5d4eb0c61018fc5ebe54b74987075e (patch) | |
| tree | 29705d99b8e060a22e1b51bb6328b1d0e6096c32 /LeftPanel.qml | |
| parent | ed28144ae8cf5907ef07847675ecf762934a90bc (diff) | |
| parent | 2b24c91bc58ad1f80eb5f07a995458d60401814e (diff) | |
| download | monzero-gui-f22e5fdd7b5d4eb0c61018fc5ebe54b74987075e.tar.gz monzero-gui-f22e5fdd7b5d4eb0c61018fc5ebe54b74987075e.tar.xz monzero-gui-f22e5fdd7b5d4eb0c61018fc5ebe54b74987075e.zip | |
Merge pull request #556
2b24c91 Add missing, fix and improve translations (Roy Jacobs)
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 72279c3b..d0e4c098 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -204,7 +204,7 @@ Rectangle { anchors.right: parent.right anchors.bottom: parent.bottom anchors.top: column1.bottom - anchors.topMargin: 50 + anchors.topMargin: 25 color: "#1C1C1C" Column { |
