WizardLang: reduce top margin

This commit is contained in:
selsta 2019-09-14 21:47:20 +02:00
parent ca8138bb46
commit 448727f4b5
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

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;