Browse Source

Fix binding loop in CloudContent

Lipu Fei 6 years ago
parent
commit
d52f9600b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/WelcomePages/CloudContent.qml

+ 1 - 1
resources/qml/WelcomePages/CloudContent.qml

@@ -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