mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
WizardCreateDevice1: move "choose your device" dropdown to the top
This commit is contained in:
parent
b58bff39a0
commit
2c0cf0d652
1 changed files with 9 additions and 8 deletions
|
@ -83,8 +83,17 @@ Rectangle {
|
||||||
Layout.topMargin: 10
|
Layout.topMargin: 10
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
|
MoneroComponents.StandardDropdown {
|
||||||
|
id: deviceNameDropdown
|
||||||
|
dataModel: deviceNameModel
|
||||||
|
Layout.fillWidth: true
|
||||||
|
Layout.topMargin: 0
|
||||||
|
z: 3
|
||||||
|
}
|
||||||
|
|
||||||
MoneroComponents.RadioButton {
|
MoneroComponents.RadioButton {
|
||||||
id: newDeviceWallet
|
id: newDeviceWallet
|
||||||
|
Layout.topMargin: 20
|
||||||
text: qsTr("Create a new wallet from device.") + translationManager.emptyString
|
text: qsTr("Create a new wallet from device.") + translationManager.emptyString
|
||||||
fontSize: 16
|
fontSize: 16
|
||||||
checked: true
|
checked: true
|
||||||
|
@ -127,14 +136,6 @@ Rectangle {
|
||||||
text: "0"
|
text: "0"
|
||||||
}
|
}
|
||||||
|
|
||||||
MoneroComponents.StandardDropdown {
|
|
||||||
id: deviceNameDropdown
|
|
||||||
dataModel: deviceNameModel
|
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.topMargin: 6
|
|
||||||
z: 3
|
|
||||||
}
|
|
||||||
|
|
||||||
CheckBox2 {
|
CheckBox2 {
|
||||||
id: showAdvancedCheckbox
|
id: showAdvancedCheckbox
|
||||||
checked: false
|
checked: false
|
||||||
|
|
Loading…
Reference in a new issue