mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-20 22:03:45 +02:00
Merge pull request #534
64d1e15
add top margin when custom decorations are used (Jaquee)
This commit is contained in:
commit
10d32032e9
@ -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 New Issue
Block a user