diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-04-28 18:50:07 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-05-03 12:35:53 +0200 |
| commit | d6427a1efb334fdc7e9a82ef2d61349d4083d36a (patch) | |
| tree | f0fb02fa659c462c0a91e9718717274d737ad831 /components/PasswordDialog.qml | |
| parent | 229fba2de9337e8a16449fc7a20b11b8560d7601 (diff) | |
| download | monzero-gui-d6427a1efb334fdc7e9a82ef2d61349d4083d36a.tar.gz monzero-gui-d6427a1efb334fdc7e9a82ef2d61349d4083d36a.tar.xz monzero-gui-d6427a1efb334fdc7e9a82ef2d61349d4083d36a.zip | |
Fixes undefined references to 'bg', was previously moved to main.inactiveOverlay
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index 1534e1f3..e8e39e4c 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -70,7 +70,7 @@ Item { } ColumnLayout { - z: bg.z + 1 + z: inactiveOverlay.z + 1 id: mainLayout spacing: 10 anchors { fill: parent; margins: 35 * scaleRatio } |
