From f26f1469ca1d7a11c0031c3404fa433a478dd169 Mon Sep 17 00:00:00 2001 From: selsta Date: Sun, 3 May 2020 15:51:46 +0200 Subject: [PATCH] PasswordDialog: fix focus on open --- components/PasswordDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index f9ea5569..a572b874 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -63,7 +63,7 @@ Item { capsLockTextLabel.visible = oshelper.isCapsLock(); passwordInput1.reset(); passwordInput2.reset(); - passwordInput1.forceActiveFocus(); + passwordInput1.input.forceActiveFocus(); root.walletName = walletName ? walletName : "" errorTextLabel.text = errorText ? errorText : ""; leftPanel.enabled = false