mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -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
|
@ -14,7 +14,7 @@ UM.SimpleButton
|
|||
|
||||
width: UM.Theme.getSize("save_button_specs_icons").width
|
||||
height: UM.Theme.getSize("save_button_specs_icons").height
|
||||
iconSource: "model_checker.svg"
|
||||
iconSource: Qt.resolvedUrl("model_checker.svg")
|
||||
anchors.verticalCenter: parent ? parent.verticalCenter : undefined
|
||||
color: UM.Theme.getColor("text_scene")
|
||||
hoverColor: UM.Theme.getColor("text_scene_hover")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue