tAutomatically give focus to the passphrase field - sailfish-safe - Sailfish frontend for safe(1)
 (HTM) git clone git://git.z3bra.org/sailfish-safe.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b4631ca0b35322a6ed2d170491e8c39a227c487a
 (DIR) parent b3cdfdd1a14fc0c7d7f8ffbb677d8d84fe50b33a
 (HTM) Author: Daniel Vrátil <dvratil@kde.org>
       Date:   Thu, 14 Feb 2019 20:26:27 +0100
       
       Automatically give focus to the passphrase field
       
       Diffstat:
         M qml/pages/PassphraseRequester.qml   |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/qml/pages/PassphraseRequester.qml b/qml/pages/PassphraseRequester.qml
       t@@ -38,6 +38,7 @@ Dialog {
                    rightMargin: Theme.horizontalPageMargin
                }
        
       +        focus: true
                placeholderText: "Key passphrase"
                EnterKey.iconSource: "image://theme/icom-m-enter-accept"
                EnterKey.onClicked: dlg.accept()