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