mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-30 10:23:15 +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")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
opacity: model.enabled ? 1 : 0.4
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
top: extruderIcon.top
|
top: extruderIcon.top
|
||||||
@ -92,7 +92,7 @@ Cura.ExpandablePopup
|
|||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default_bold")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
opacity: model.enabled ? 1 : 0.4
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
left: extruderIcon.right
|
left: extruderIcon.right
|
||||||
|
Loading…
x
Reference in New Issue
Block a user