mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Set opacity of disabled extruder text
CURA-8011
This commit is contained in:
parent
9735daf497
commit
53fd47e8db
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue