mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:46:01 +08:00
Silence binding loop
Contributes to CL-1148
This commit is contained in:
parent
1de21c1d94
commit
da834d6a1f
@ -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…
x
Reference in New Issue
Block a user