mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 22:35:56 +08:00
Set opacity of disabled extruder text
CURA-8011
This commit is contained in:
parent
9735daf497
commit
53fd47e8db
@ -70,7 +70,7 @@ Cura.ExpandablePopup
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
renderType: Text.NativeRendering
|
||||
|
||||
opacity: model.enabled ? 1 : 0.4
|
||||
anchors
|
||||
{
|
||||
top: extruderIcon.top
|
||||
@ -92,7 +92,7 @@ Cura.ExpandablePopup
|
||||
font: UM.Theme.getFont("default_bold")
|
||||
color: UM.Theme.getColor("text")
|
||||
renderType: Text.NativeRendering
|
||||
|
||||
opacity: model.enabled ? 1 : 0.4
|
||||
anchors
|
||||
{
|
||||
left: extruderIcon.right
|
||||
|
Loading…
x
Reference in New Issue
Block a user