Merge pull request #534

64d1e15 add top margin when custom decorations are used (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-03-07 11:01:34 +00:00
commit 10d32032e9
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

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 {