From 448727f4b5d0328d0d86bf50a34e271bd5a813ae Mon Sep 17 00:00:00 2001 From: selsta Date: Sat, 14 Sep 2019 21:47:20 +0200 Subject: [PATCH] WizardLang: reduce top margin --- wizard/WizardLang.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardLang.qml b/wizard/WizardLang.qml index b6b173b3..19c63ba3 100644 --- a/wizard/WizardLang.qml +++ b/wizard/WizardLang.qml @@ -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;