mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06: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
|
||||
{
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
height: childrenRect.height
|
||||
height: 18 * screenScaleFactor // TODO: This should be childrenRect.height but QML throws warnings
|
||||
width: childrenRect.width
|
||||
|
||||
Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue