aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizard/WizardCreateDevice1.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml
index 5913d4f8..9e106c6a 100644
--- a/wizard/WizardCreateDevice1.qml
+++ b/wizard/WizardCreateDevice1.qml
@@ -111,12 +111,11 @@ Rectangle {
}
}
- GridLayout {
+ ColumnLayout {
Layout.topMargin: 10 * scaleRatio
Layout.fillWidth: true
- columnSpacing: 20 * scaleRatio
- columns: 2
+ spacing: 20 * scaleRatio
MoneroComponents.LineEdit {
id: restoreHeight