Fix binding loop

Contributes to CL-1150
This commit is contained in:
Ian Paschal 2018-11-28 10:45:46 +01:00
parent fd723e1084
commit 255a7fa1fb

View file

@ -180,12 +180,12 @@ Item
verticalCenter: parent.verticalCenter
}
width: printerImage.width
height: childrenRect.height
height: 60 * screenScaleFactor // TODO: Theme!
MonitorPrintJobPreview
{
anchors.centerIn: parent
printJob: base.printer.activePrintJob
size: 60 * screenScaleFactor // TODO: Theme!
size: parent.height
}
}