Fixes some javascript errors

This commit is contained in:
Sander Ferdinand
2018-07-18 18:26:34 +02:00
parent 6be5e5731e
commit 9872689abe
3 changed files with 6 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ Item {
}
ColumnLayout {
z: bg.z + 1
z: parent.z + 1
id: mainLayout
spacing: 10
anchors { fill: parent; margins: 35 }