Fix for tx confirm password not showing up

This commit is contained in:
stoffu 2017-11-16 12:25:05 +09:00
parent aa432e5e44
commit 8956a35aae
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012

View file

@ -1111,6 +1111,9 @@ ApplicationWindow {
PasswordDialog { PasswordDialog {
id: transactionConfirmationPasswordDialog id: transactionConfirmationPasswordDialog
z: parent.z + 1
visible:false
anchors.fill: parent
property var onAcceptedCallback property var onAcceptedCallback
property var onRejectedCallback property var onRejectedCallback
onAccepted: { onAccepted: {