aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-09-24 10:47:37 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-09-24 10:47:37 -0500
commit8d5ef035d2659162a875fbf7af835aeb6e5d56e4 (patch)
treeb3a980296d8db05d8157dc61717a040e6a64881b
parenta3d41a80bf9f8a473b47c9702d5d5eb102604dfc (diff)
parent448727f4b5d0328d0d86bf50a34e271bd5a813ae (diff)
downloadmonzero-gui-8d5ef035d2659162a875fbf7af835aeb6e5d56e4.tar.gz
monzero-gui-8d5ef035d2659162a875fbf7af835aeb6e5d56e4.tar.xz
monzero-gui-8d5ef035d2659162a875fbf7af835aeb6e5d56e4.zip
Merge pull request #2389
448727f WizardLang: reduce top margin (selsta)
-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;