aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-07-10 17:53:26 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-07-10 17:53:26 -0400
commite4a3e282b55571ad2727d6d3588440122cab0ed4 (patch)
tree934b39c4dabe1dbad9a341322013f709d89f31ac /wizard
parentc017522a3c2c71fb098875fb7ba9f2f82fd70e1f (diff)
parent2c0cf0d652ae2d9c78efa6c6473a47921ea8f356 (diff)
downloadmonzero-gui-e4a3e282b55571ad2727d6d3588440122cab0ed4.tar.gz
monzero-gui-e4a3e282b55571ad2727d6d3588440122cab0ed4.tar.xz
monzero-gui-e4a3e282b55571ad2727d6d3588440122cab0ed4.zip
Merge pull request #3593
2c0cf0d WizardCreateDevice1: move 'choose your device' dropdown to the top (rating89us)
Diffstat (limited to 'wizard')
-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