aboutsummaryrefslogtreecommitdiff
path: root/components/InputDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/InputDialog.qml')
-rw-r--r--components/InputDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/InputDialog.qml b/components/InputDialog.qml
index fd1c3e3d..e51a16db 100644
--- a/components/InputDialog.qml
+++ b/components/InputDialog.qml
@@ -65,7 +65,7 @@ Item {
}
ColumnLayout {
- z: bg.z + 1
+ z: parent.z + 1
id: mainLayout
spacing: 10
anchors { fill: parent; margins: 35 }