From 86772bee5221d68862a5471dca6b2ee4227599e2 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Sat, 19 Nov 2016 15:05:53 +0100 Subject: added standardDialog component --- components/StandardDialog.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/StandardDialog.qml') 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() -- cgit v1.2.3