diff options
| author | selsta <selsta@sent.at> | 2020-06-12 21:52:22 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-06-13 04:47:17 +0200 |
| commit | 1edc068047f2afcb2da4236de06302b877eab76d (patch) | |
| tree | 803508768afceb351eef939d50e5955a03224223 /components/PasswordDialog.qml | |
| parent | c8f4355e15e6574c7139bfb5f6ea195ad4199644 (diff) | |
| download | monzero-gui-1edc068047f2afcb2da4236de06302b877eab76d.tar.gz monzero-gui-1edc068047f2afcb2da4236de06302b877eab76d.tar.xz monzero-gui-1edc068047f2afcb2da4236de06302b877eab76d.zip | |
PasswordDialog: remove already defined z value
main already defines z
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
