Silence binding loop

Contributes to CL-1148
This commit is contained in:
Ian Paschal 2018-11-22 13:55:22 +01:00
parent 1de21c1d94
commit da834d6a1f

View file

@ -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