diff options
| author | lacksfish <lacksfish@gmail.com> | 2019-03-17 05:40:26 +0100 |
|---|---|---|
| committer | lacksfish <lacksfish@gmail.com> | 2019-03-17 05:40:26 +0100 |
| commit | e80e1b4c1f704b62b3365814baaf321d0a55622d (patch) | |
| tree | 47be0696563ed6db64816c032894d842a1e92eeb /wizard/WizardCreateDevice1.qml | |
| parent | 02e16634716c6c9fa6bf0aa75928f0d698be7453 (diff) | |
| download | monzero-gui-e80e1b4c1f704b62b3365814baaf321d0a55622d.tar.gz monzero-gui-e80e1b4c1f704b62b3365814baaf321d0a55622d.tar.xz monzero-gui-e80e1b4c1f704b62b3365814baaf321d0a55622d.zip | |
fix restore height option for hardware wallet restore
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
| -rw-r--r-- | wizard/WizardCreateDevice1.qml | 5 |
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 |
