forked from Public/monero-gui
Merge pull request #534
64d1e15 add top margin when custom decorations are used (Jaquee)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user