Fix binding loop in CloudContent

This commit is contained in:
Lipu Fei 2019-03-26 09:02:28 +01:00
parent a85f2ce156
commit d52f9600b1

View File

@ -43,7 +43,7 @@ Item
Column Column
{ {
anchors.centerIn: parent anchors.centerIn: parent
width: childrenRect.width width: parent.width
height: childrenRect.height height: childrenRect.height
spacing: 20 * screenScaleFactor spacing: 20 * screenScaleFactor