From 76e6ae8b6f8392871011639be214fe03346e23e4 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sat, 26 Nov 2016 15:35:45 +0100 Subject: [PATCH] remove reference to old pw-dialog --- components/StandardDialog.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index 39ef1660..03c64a64 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -124,7 +124,6 @@ Window { releasedColor: "#FF6C3C" pressedColor: "#FF4304" text: qsTr("Cancel") - KeyNavigation.tab: passwordInput onClicked: { root.close() root.rejected()