mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Silence binding loop
Contributes to CL-1148
This commit is contained in:
parent
1de21c1d94
commit
da834d6a1f
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ Item
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
height: childrenRect.height
|
height: 18 * screenScaleFactor // TODO: This should be childrenRect.height but QML throws warnings
|
||||||
width: childrenRect.width
|
width: childrenRect.width
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue