mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
CURA-4870 Final icon changes from Luke
This commit is contained in:
parent
ec2201b57c
commit
a5ba4799f0
5 changed files with 15 additions and 34 deletions
|
|
@ -16,8 +16,8 @@ Item {
|
|||
height: UM.Theme.getSize("printer_status_icon").height
|
||||
sourceSize.width: width
|
||||
sourceSize.height: width
|
||||
color: UM.Theme.getColor("tab_status_" + parent.status )
|
||||
source: UM.Theme.getIcon( parent.status )
|
||||
color: UM.Theme.getColor("tab_status_" + parent.status)
|
||||
source: UM.Theme.getIcon(parent.status)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue