Merge pull request #3593

2c0cf0d WizardCreateDevice1: move 'choose your device' dropdown to the top (rating89us)
This commit is contained in:
luigi1111 2021-07-10 17:53:26 -04:00
commit e4a3e282b5
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -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