mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 12:30:10 +00:00
Merge pull request #2389
448727f
WizardLang: reduce top margin (selsta)
This commit is contained in:
commit
8d5ef035d2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue