Replace RecolorImage with ColorImage

CURA-8640
This commit is contained in:
c.lamboo 2022-04-08 15:55:34 +02:00
parent 3de824e1a4
commit 45bc498c7f
64 changed files with 88 additions and 141 deletions

View file

@ -106,7 +106,7 @@ Rectangle
anchors.right: materialSlot.right
visible: false
UM.RecolorImage
UM.ColorImage
{
id: favoriteIndicator
anchors.centerIn: parent

View file

@ -298,7 +298,7 @@ Window
iconSize: UM.Theme.getSize("machine_selector_icon").width
//Printer status badge (always cloud, but whether it's online or offline).
UM.RecolorImage
UM.ColorImage
{
width: UM.Theme.getSize("printer_status_icon").width
height: UM.Theme.getSize("printer_status_icon").height
@ -326,7 +326,7 @@ Window
}
}
UM.RecolorImage
UM.ColorImage
{
id: printerSpinner
width: UM.Theme.getSize("section_icon").width
@ -491,7 +491,7 @@ Window
visible: !syncButton.visible
UM.RecolorImage
UM.ColorImage
{
id: syncingIcon
height: UM.Theme.getSize("action_button_icon").height

View file

@ -74,7 +74,7 @@ Item
}
}
UM.RecolorImage
UM.ColorImage
{
anchors.centerIn: parent
width: Math.round(check.height * 0.75) | 0