1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-15 14:57:27 +01:00

Merge pull request #2389

448727f WizardLang: reduce top margin (selsta)
This commit is contained in:
luigi1111 2019-09-24 10:47:37 -05:00
commit 8d5ef035d2
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -63,7 +63,7 @@ Rectangle {
ColumnLayout {
anchors.top: parent.top
anchors.topMargin: persistentSettings.customDecorations ? 90 : 32
anchors.topMargin: persistentSettings.customDecorations ? 65 : 15
width: parent.width - 100
anchors.horizontalCenter: parent.horizontalCenter;