mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:28:58 +08:00
Fix binding loop
Contributes to CL-1150
This commit is contained in:
parent
fd723e1084
commit
255a7fa1fb
@ -180,12 +180,12 @@ Item
|
|||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
width: printerImage.width
|
width: printerImage.width
|
||||||
height: childrenRect.height
|
height: 60 * screenScaleFactor // TODO: Theme!
|
||||||
MonitorPrintJobPreview
|
MonitorPrintJobPreview
|
||||||
{
|
{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
printJob: base.printer.activePrintJob
|
printJob: base.printer.activePrintJob
|
||||||
size: 60 * screenScaleFactor // TODO: Theme!
|
size: parent.height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user