aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateDevice1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
-rw-r--r--wizard/WizardCreateDevice1.qml17
1 files changed, 9 insertions, 8 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml
index 1dc877e4..4dea592c 100644
--- a/wizard/WizardCreateDevice1.qml
+++ b/wizard/WizardCreateDevice1.qml
@@ -83,8 +83,17 @@ Rectangle {
Layout.topMargin: 10
Layout.fillWidth: true
+ MoneroComponents.StandardDropdown {
+ id: deviceNameDropdown
+ dataModel: deviceNameModel
+ Layout.fillWidth: true
+ Layout.topMargin: 0
+ z: 3
+ }
+
MoneroComponents.RadioButton {
id: newDeviceWallet
+ Layout.topMargin: 20
text: qsTr("Create a new wallet from device.") + translationManager.emptyString
fontSize: 16
checked: true
@@ -127,14 +136,6 @@ Rectangle {
text: "0"
}
- MoneroComponents.StandardDropdown {
- id: deviceNameDropdown
- dataModel: deviceNameModel
- Layout.fillWidth: true
- Layout.topMargin: 6
- z: 3
- }
-
CheckBox2 {
id: showAdvancedCheckbox
checked: false