mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix missing icons since move to PyQt6
This commit is contained in:
parent
5d859ffacc
commit
b622738ae3
9 changed files with 12 additions and 12 deletions
|
@ -45,7 +45,7 @@ Item
|
|||
anchors.centerIn: printJobPreview
|
||||
color: UM.Theme.getColor("monitor_placeholder_image")
|
||||
height: printJobPreview.height
|
||||
source: "../svg/ultibot.svg"
|
||||
source: Qt.resolvedUrl("../svg/ultibot.svg")
|
||||
/* Since print jobs ALWAYS have an image url, we have to check if that image URL errors or
|
||||
not in order to determine if we show the placeholder (ultibot) image instead. */
|
||||
visible: printJob && previewImage.status == Image.Error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue