Merge branch '5.7' into CUR-11720-ucp-correct-ovverrides-ii

This commit is contained in:
Saumya Jain 2024-03-18 15:45:11 +01:00 committed by GitHub
commit 6a7fe9a423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,11 +91,11 @@ Item
} }
} }
Loader Loader
{ {
width: parent.width width: parent.width
height: content.height height: content.height
z: -1
anchors.top: sectionTitleRow.bottom anchors.top: sectionTitleRow.bottom
sourceComponent: content sourceComponent: content
} }