aboutsummaryrefslogtreecommitdiff
path: root/components/PasswordDialog.qml
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-10-11 00:19:11 +0200
committerJacob Brydolf <jacob@brydolf.net>2016-10-11 00:19:11 +0200
commit010cce4133c3c35405cbaaae83e9a39a63428e02 (patch)
tree4c1e3cde4b10c5ceb999e3078c4e46604820423e /components/PasswordDialog.qml
parent77445ad0d47b39061d9592b32c485afb6a676671 (diff)
downloadmonzero-gui-010cce4133c3c35405cbaaae83e9a39a63428e02.tar.gz
monzero-gui-010cce4133c3c35405cbaaae83e9a39a63428e02.tar.xz
monzero-gui-010cce4133c3c35405cbaaae83e9a39a63428e02.zip
settings page: Empty password field on seed view
Diffstat (limited to 'components/PasswordDialog.qml')
-rw-r--r--components/PasswordDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml
index 9edf87fc..69a2ae91 100644
--- a/components/PasswordDialog.qml
+++ b/components/PasswordDialog.qml
@@ -36,7 +36,7 @@ import QtQuick.Controls.Styles 1.4
Dialog {
id: root
- readonly property alias password: passwordInput.text
+ property alias password: passwordInput.text
standardButtons: StandardButton.Ok + StandardButton.Cancel
ColumnLayout {
id: column