qml: wallet name size in wizard
This commit is contained in:
@@ -11,11 +11,16 @@ WizardComponent {
|
|||||||
wizard_data['wallet_name'] = wallet_name.text
|
wizard_data['wallet_name'] = wallet_name.text
|
||||||
}
|
}
|
||||||
|
|
||||||
GridLayout {
|
ColumnLayout {
|
||||||
columns: 1
|
width: parent.width
|
||||||
Label { text: qsTr('Wallet name') }
|
|
||||||
|
Label {
|
||||||
|
text: qsTr('Wallet name')
|
||||||
|
}
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
id: wallet_name
|
id: wallet_name
|
||||||
|
Layout.fillWidth: true
|
||||||
focus: true
|
focus: true
|
||||||
text: Daemon.suggestWalletName()
|
text: Daemon.suggestWalletName()
|
||||||
inputMethodHints: Qt.ImhNoPredictiveText
|
inputMethodHints: Qt.ImhNoPredictiveText
|
||||||
|
|||||||
Reference in New Issue
Block a user