wizard: fix focus

pull/2/head
Jaquee 7 years ago
parent 43d5bd3e2d
commit 8060307c62
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

@ -56,7 +56,7 @@ Item {
passwordPage.titleText = qsTr("Give your wallet a password") + translationManager.emptyString
}
passwordUI.focus = true;
passwordUI.resetFocus()
}
function onPageClosed(settingsObject) {

@ -56,6 +56,10 @@ FocusScope {
privacyLevel.fillLevel = Utils.mapScope(1, 100, 1, 13, strength)
}
function resetFocus() {
passwordItem.focus = true
}
WizardPasswordInput {
id: passwordItem
anchors.horizontalCenter: parent.horizontalCenter