PasswordDialog: remove already defined z value

main already defines z
This commit is contained in:
selsta 2020-06-12 21:52:22 +02:00
parent c8f4355e15
commit 1edc068047
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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