mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -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
|
@ -22,7 +22,7 @@ Item
|
|||
property int size: 32 * screenScaleFactor // TODO: Theme!
|
||||
|
||||
// THe extruder icon source; NOTE: This shouldn't need to be changed
|
||||
property string iconSource: "../svg/icons/Extruder.svg"
|
||||
property string iconSource: Qt.resolvedUrl("../svg/icons/Extruder.svg")
|
||||
|
||||
height: size
|
||||
width: size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue