mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Fix overlap effect for extruderIcon
CURA-8417
This commit is contained in:
parent
f11079adcf
commit
45751efdd3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Item
|
|||
property bool extruderEnabled: true
|
||||
property alias iconSize: mainIcon.sourceSize
|
||||
property string iconVariant: "medium"
|
||||
|
||||
layer.enabled: true // Prevent weird opacity effects.
|
||||
Item
|
||||
{
|
||||
opacity: extruderEnabled ? 1 : UM.Theme.getColor("extruder_disabled").a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue