mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:25:51 +08:00
Fix blue square being shown in selector if no icon is set
CURA-5876
This commit is contained in:
parent
0d780e61ff
commit
5e4e52e6fc
@ -41,7 +41,7 @@ Cura.ExpandablePopup
|
|||||||
}
|
}
|
||||||
font: UM.Theme.getFont("medium")
|
font: UM.Theme.getFont("medium")
|
||||||
iconColor: UM.Theme.getColor("machine_selector_printer_icon")
|
iconColor: UM.Theme.getColor("machine_selector_printer_icon")
|
||||||
iconSize: UM.Theme.getSize("machine_selector_icon").width
|
iconSize: source != "" ? UM.Theme.getSize("machine_selector_icon").width: 0
|
||||||
|
|
||||||
UM.RecolorImage
|
UM.RecolorImage
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user