aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/PasswordDialog.qml1
-rw-r--r--main.qml2
2 files changed, 1 insertions, 2 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml
index a572b874..9ee362f5 100644
--- a/components/PasswordDialog.qml
+++ b/components/PasswordDialog.qml
@@ -41,7 +41,6 @@ import "../js/Utils.js" as Utils
Item {
id: root
visible: false
- z: parent.z + 2
property alias password: passwordInput1.text
property string walletName
diff --git a/main.qml b/main.qml
index 4d237ace..b82a96f9 100644
--- a/main.qml
+++ b/main.qml
@@ -1523,7 +1523,7 @@ ApplicationWindow {
PasswordDialog {
id: passwordDialog
visible: false
- z: parent.z + 1
+ z: parent.z + 2
anchors.fill: parent
property var onAcceptedCallback
property var onRejectedCallback