diff options
| author | stoffu <stoffu@protonmail.ch> | 2017-11-16 12:25:05 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2017-11-16 12:25:05 +0900 |
| commit | 8956a35aaea0c9651569dfa8ecee61cdd1307bc8 (patch) | |
| tree | cf83694cc12e6e4eab0cdf2e8ffd6c502313d435 | |
| parent | aa432e5e44380902b304631831861ce2a9a85c29 (diff) | |
| download | monzero-gui-8956a35aaea0c9651569dfa8ecee61cdd1307bc8.tar.gz monzero-gui-8956a35aaea0c9651569dfa8ecee61cdd1307bc8.tar.xz monzero-gui-8956a35aaea0c9651569dfa8ecee61cdd1307bc8.zip | |
Fix for tx confirm password not showing up
| -rw-r--r-- | main.qml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1111,6 +1111,9 @@ ApplicationWindow { PasswordDialog { id: transactionConfirmationPasswordDialog + z: parent.z + 1 + visible:false + anchors.fill: parent property var onAcceptedCallback property var onRejectedCallback onAccepted: { |
