diff options
| author | Roy Jacobs <roy.jacobs@12roar.com> | 2017-03-14 15:05:47 +0100 |
|---|---|---|
| committer | Roy Jacobs <roy.jacobs@12roar.com> | 2017-03-14 15:14:02 +0100 |
| commit | 2b24c91bc58ad1f80eb5f07a995458d60401814e (patch) | |
| tree | 95f21d5f67349340948c23e53a403fff433441bd /LeftPanel.qml | |
| parent | 897bc582f042cdcecbaf8048bd9ab73f3f9b302b (diff) | |
| download | monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.tar.gz monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.tar.xz monzero-gui-2b24c91bc58ad1f80eb5f07a995458d60401814e.zip | |
Add missing, fix and improve translations
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 { |
