mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
Fix binding loop in CloudContent
This commit is contained in:
parent
fd0a60f8dc
commit
20bd9ea501
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