aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-03-03 21:14:26 +0100
committerJaquee <jaquee.monero@gmail.com>2017-03-03 21:14:26 +0100
commit64d1e1546a0e6b319c398f33710e8f879c5933e7 (patch)
treea49a26ba69cb05eb9f95f677f8a5d90f3c60b3ff /LeftPanel.qml
parent2e3350c060a810fa48e5396ee22d3c35851d020a (diff)
downloadmonzero-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.qml2
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 {