WizardLang: reduce top margin

pull/2/head
selsta 5 years ago
parent ca8138bb46
commit 448727f4b5
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -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;