qml: fix initial focus wallet name in new wallet wizard
This commit is contained in:
@@ -22,6 +22,6 @@ WizardComponent {
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
wallet_name.selectAll()
|
||||
wallet_name.forceActiveFocus()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@ import QtQuick.Controls 2.1
|
||||
Dialog {
|
||||
id: wizard
|
||||
modal: true
|
||||
focus: true
|
||||
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
|
||||
Reference in New Issue
Block a user