From e80e1b4c1f704b62b3365814baaf321d0a55622d Mon Sep 17 00:00:00 2001 From: lacksfish Date: Sun, 17 Mar 2019 05:40:26 +0100 Subject: [PATCH] fix restore height option for hardware wallet restore --- wizard/WizardCreateDevice1.qml | 5 ++--- 1 file 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