diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-11-06 20:00:54 +0100 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-11-07 10:00:13 +0100 |
| commit | 42086b574c8f4d0d7c7eda4fea92f580b98de7cf (patch) | |
| tree | 3f6cf19a61f40b5b6dd2fb0aa24ababef28c3588 | |
| parent | 4a1e22aee7c976882a4a6a5a064f116053398df2 (diff) | |
| download | monzero-gui-42086b574c8f4d0d7c7eda4fea92f580b98de7cf.tar.gz monzero-gui-42086b574c8f4d0d7c7eda4fea92f580b98de7cf.tar.xz monzero-gui-42086b574c8f4d0d7c7eda4fea92f580b98de7cf.zip | |
remove old reference to passwordDialog
| -rw-r--r-- | components/StandardDialog.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index 8c7a05d3..0e081ae5 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -119,7 +119,6 @@ Window { releasedColor: "#FF6C3C" pressedColor: "#FF4304" text: qsTr("Cancel") - KeyNavigation.tab: passwordInput onClicked: { root.rejected() root.close() |
