aboutsummaryrefslogtreecommitdiff
path: root/components/StandardDialog.qml
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-11-19 15:05:53 +0100
committerJaquee <jaquee.monero@gmail.com>2016-11-26 19:35:52 +0100
commit86772bee5221d68862a5471dca6b2ee4227599e2 (patch)
tree6f7ed830f6f802f5a99e3b81e71783631f4f0f68 /components/StandardDialog.qml
parentae977af2ec10f7cdb24d17479a354d7b5b47a493 (diff)
downloadmonzero-gui-86772bee5221d68862a5471dca6b2ee4227599e2.tar.gz
monzero-gui-86772bee5221d68862a5471dca6b2ee4227599e2.tar.xz
monzero-gui-86772bee5221d68862a5471dca6b2ee4227599e2.zip
added standardDialog component
Diffstat (limited to 'components/StandardDialog.qml')
-rw-r--r--components/StandardDialog.qml1
1 files changed, 1 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()