mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Fix warnings for extruder icon
This commit is contained in:
parent
7aafd95429
commit
d94ef39cba
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ Item
|
|||
UM.ColorImage
|
||||
{
|
||||
anchors.fill: parent
|
||||
width: mainIcon.sourceSize.width
|
||||
height: mainIcon.sourceSize.height
|
||||
width: mainIcon.width
|
||||
height: mainIcon.height
|
||||
|
||||
source: UM.Theme.getIcon("ExtruderColor", iconVariant)
|
||||
color: materialColor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue