diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-03-03 21:14:26 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-03-03 21:14:26 +0100 |
| commit | 64d1e1546a0e6b319c398f33710e8f879c5933e7 (patch) | |
| tree | a49a26ba69cb05eb9f95f677f8a5d90f3c60b3ff /LeftPanel.qml | |
| parent | 2e3350c060a810fa48e5396ee22d3c35851d020a (diff) | |
| download | monzero-gui-64d1e1546a0e6b319c398f33710e8f879c5933e7.tar.gz monzero-gui-64d1e1546a0e6b319c398f33710e8f879c5933e7.tar.xz monzero-gui-64d1e1546a0e6b319c398f33710e8f879c5933e7.zip | |
add top margin when custom decorations are used
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 4b4a7fac..7042ee58 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -76,7 +76,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.top: parent.top - anchors.topMargin: 36 + anchors.topMargin: (persistentSettings.customDecorations)? 66 : 36 height: logo.implicitHeight Image { |
