aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-09-14 21:47:20 +0200
committerselsta <selsta@sent.at>2019-09-14 21:47:20 +0200
commit448727f4b5d0328d0d86bf50a34e271bd5a813ae (patch)
treeb7e8c7fc8e61dde7cc72f8ed25ad649b78e3bec8 /wizard
parentca8138bb46781d9a5221a6f2c3574db339eab895 (diff)
downloadmonzero-gui-448727f4b5d0328d0d86bf50a34e271bd5a813ae.tar.gz
monzero-gui-448727f4b5d0328d0d86bf50a34e271bd5a813ae.tar.xz
monzero-gui-448727f4b5d0328d0d86bf50a34e271bd5a813ae.zip
WizardLang: reduce top margin
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardLang.qml2
1 files changed, 1 insertions, 1 deletions
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;