mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix blue square being shown in selector if no icon is set
CURA-5876
This commit is contained in:
parent
0d780e61ff
commit
5e4e52e6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ Cura.ExpandablePopup
|
|||
}
|
||||
font: UM.Theme.getFont("medium")
|
||||
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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue