diff options
| author | xiphon <xiphon@protonmail.com> | 2019-12-13 17:26:04 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-12-20 01:04:36 +0000 |
| commit | 3e07ecabf9f3f9ccdddb8dc5b25b1afaedf7102e (patch) | |
| tree | c0ea148eb3ed0c379aeb0a7201944c9fccf65899 /components/PasswordDialog.qml | |
| parent | 98279f54fb80e4297ca8b490deda0791c93e887a (diff) | |
| download | monzero-gui-3e07ecabf9f3f9ccdddb8dc5b25b1afaedf7102e.tar.gz monzero-gui-3e07ecabf9f3f9ccdddb8dc5b25b1afaedf7102e.tar.xz monzero-gui-3e07ecabf9f3f9ccdddb8dc5b25b1afaedf7102e.zip | |
main: blur on PasswordDialog, InputDialog or ProcessingSplash
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index 587d484e..964ab9a6 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -68,7 +68,6 @@ Item { passwordInput1.text = "" passwordInput2.text = "" passwordInput1.forceActiveFocus(); - inactiveOverlay.visible = true // draw appwindow inactive root.walletName = walletName ? walletName : "" errorTextLabel.text = errorText ? errorText : ""; leftPanel.enabled = false @@ -106,7 +105,6 @@ Item { } function close() { - inactiveOverlay.visible = false leftPanel.enabled = true middlePanel.enabled = true wizard.enabled = true @@ -125,7 +123,6 @@ Item { } ColumnLayout { - z: inactiveOverlay.z + 1 id: mainLayout spacing: 10 anchors { fill: parent; margins: 35 } |
