mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Fix binding loop in CloudContent
This commit is contained in:
parent
a85f2ce156
commit
d52f9600b1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Item
|
|||
Column
|
||||
{
|
||||
anchors.centerIn: parent
|
||||
width: childrenRect.width
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
|
||||
spacing: 20 * screenScaleFactor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue