aboutsummaryrefslogtreecommitdiff
path: root/components/StandardDialog.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2016-11-26 15:35:45 +0100
committerJaquee <jaquee.monero@gmail.com>2016-11-26 19:37:29 +0100
commit76e6ae8b6f8392871011639be214fe03346e23e4 (patch)
treeee4a9ae88c92a5f0eb13a232b20a45ecfbddd95e /components/StandardDialog.qml
parent18b7a6788659bd39c0241b29be5cedc2762037b2 (diff)
downloadmonzero-gui-76e6ae8b6f8392871011639be214fe03346e23e4.tar.gz
monzero-gui-76e6ae8b6f8392871011639be214fe03346e23e4.tar.xz
monzero-gui-76e6ae8b6f8392871011639be214fe03346e23e4.zip
remove reference to old pw-dialog
Diffstat (limited to 'components/StandardDialog.qml')
-rw-r--r--components/StandardDialog.qml1
1 files changed, 0 insertions, 1 deletions
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()