mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
WizardLang: reduce top margin
This commit is contained in:
parent
ca8138bb46
commit
448727f4b5
@ -63,7 +63,7 @@ Rectangle {
|
|||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: persistentSettings.customDecorations ? 90 : 32
|
anchors.topMargin: persistentSettings.customDecorations ? 65 : 15
|
||||||
width: parent.width - 100
|
width: parent.width - 100
|
||||||
anchors.horizontalCenter: parent.horizontalCenter;
|
anchors.horizontalCenter: parent.horizontalCenter;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user