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 {