mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
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…
Add table
Add a link
Reference in a new issue