mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #534
64d1e15
add top margin when custom decorations are used (Jaquee)
This commit is contained in:
commit
10d32032e9
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