diff options
| -rw-r--r-- | components/StandardDialog.qml | 1 | ||||
| -rw-r--r-- | qml.qrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index 0e081ae5..8c7a05d3 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -119,6 +119,7 @@ Window { releasedColor: "#FF6C3C" pressedColor: "#FF4304" text: qsTr("Cancel") + KeyNavigation.tab: passwordInput onClicked: { root.rejected() root.close() @@ -121,5 +121,6 @@ <file>components/StandardDialog.qml</file> <file>pages/Sign.qml</file> <file>components/DaemonManagerDialog.qml</file> + <file>components/StandardDialog.qml</file> </qresource> </RCC> |
