mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
Fix warnings for extruder icon
This commit is contained in:
parent
7aafd95429
commit
d94ef39cba
@ -27,8 +27,8 @@ Item
|
|||||||
UM.ColorImage
|
UM.ColorImage
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
width: mainIcon.sourceSize.width
|
width: mainIcon.width
|
||||||
height: mainIcon.sourceSize.height
|
height: mainIcon.height
|
||||||
|
|
||||||
source: UM.Theme.getIcon("ExtruderColor", iconVariant)
|
source: UM.Theme.getIcon("ExtruderColor", iconVariant)
|
||||||
color: materialColor
|
color: materialColor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user