From 1edc068047f2afcb2da4236de06302b877eab76d Mon Sep 17 00:00:00 2001 From: selsta Date: Fri, 12 Jun 2020 21:52:22 +0200 Subject: PasswordDialog: remove already defined z value main already defines z --- components/PasswordDialog.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'components') diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index a572b874..9ee362f5 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -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 -- cgit v1.2.3