wizard: fix focus

This commit is contained in:
Jaquee
2017-02-04 15:40:04 +01:00
parent 43d5bd3e2d
commit 8060307c62
2 changed files with 5 additions and 1 deletions

View File

@@ -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