mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 13:47:51 -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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue