mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
add top margin when custom decorations are used
This commit is contained in:
parent
2e3350c060
commit
64d1e1546a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue