mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix binding loop
Contributes to CL-1150
This commit is contained in:
parent
fd723e1084
commit
255a7fa1fb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue