Fixes undefined references to 'bg', was previously moved to main.inactiveOverlay

This commit is contained in:
Sander Ferdinand 2018-04-28 18:50:07 +02:00
parent 229fba2de9
commit d6427a1efb
3 changed files with 2 additions and 10 deletions

View file

@ -153,12 +153,4 @@ Item {
} }
} }
} }
Rectangle {
id: bg
z: parent.z + 1
anchors.fill: parent
color: "black"
opacity: 0.8
}
} }

View file

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

View file

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