Merge pull request #2949

1edc068 PasswordDialog: remove already defined z value (selsta)
This commit is contained in:
luigi1111 2020-07-08 13:36:52 -05:00
commit 51739dfb22
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
2 changed files with 1 additions and 2 deletions

View file

@ -41,7 +41,6 @@ import "../js/Utils.js" as Utils
Item { Item {
id: root id: root
visible: false visible: false
z: parent.z + 2
property alias password: passwordInput1.text property alias password: passwordInput1.text
property string walletName property string walletName

View file

@ -1523,7 +1523,7 @@ ApplicationWindow {
PasswordDialog { PasswordDialog {
id: passwordDialog id: passwordDialog
visible: false visible: false
z: parent.z + 1 z: parent.z + 2
anchors.fill: parent anchors.fill: parent
property var onAcceptedCallback property var onAcceptedCallback
property var onRejectedCallback property var onRejectedCallback