From 64d1e1546a0e6b319c398f33710e8f879c5933e7 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Fri, 3 Mar 2017 21:14:26 +0100 Subject: [PATCH] add top margin when custom decorations are used --- LeftPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {