Browse Source

Silence binding loop

Contributes to CL-1148
Ian Paschal 6 years ago
parent
commit
da834d6a1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml

+ 1 - 1
plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobCard.qml

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