aboutsummaryrefslogtreecommitdiff
path: root/components/PasswordDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/PasswordDialog.qml')
-rw-r--r--components/PasswordDialog.qml2
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 }