add top margin when custom decorations are used

This commit is contained in:
Jaquee 2017-03-03 21:14:26 +01:00
parent 2e3350c060
commit 64d1e1546a
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39

View file

@ -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 {