diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-11-17 17:02:45 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-11-17 17:02:45 +0200 |
| commit | bfff5e0ec79d11a62092c8d936e46ff2126a301c (patch) | |
| tree | 6468d3dec7113bf1f2ebf25f0e3c71af8f4ba276 /LeftPanel.qml | |
| parent | 26fe48c0221e5159c8d2bed0fdec0b54aec51e01 (diff) | |
| parent | ae44eec077abc69e6d079497a06bc8dad47e316f (diff) | |
| download | monzero-gui-bfff5e0ec79d11a62092c8d936e46ff2126a301c.tar.gz monzero-gui-bfff5e0ec79d11a62092c8d936e46ff2126a301c.tar.xz monzero-gui-bfff5e0ec79d11a62092c8d936e46ff2126a301c.zip | |
Merge pull request #171
ae44eec Title-bar: auto-hide disabled (Ilya Kitaev)
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 c6b8fb11..d1a4e8a1 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -73,7 +73,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top - anchors.topMargin: 31 + anchors.topMargin: 48 height: logo.implicitHeight Image { |
