From 8956a35aaea0c9651569dfa8ecee61cdd1307bc8 Mon Sep 17 00:00:00 2001 From: stoffu Date: Thu, 16 Nov 2017 12:25:05 +0900 Subject: [PATCH] Fix for tx confirm password not showing up --- main.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.qml b/main.qml index 2040152e..ae94f86a 100644 --- a/main.qml +++ b/main.qml @@ -1111,6 +1111,9 @@ ApplicationWindow { PasswordDialog { id: transactionConfirmationPasswordDialog + z: parent.z + 1 + visible:false + anchors.fill: parent property var onAcceptedCallback property var onRejectedCallback onAccepted: {