mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-02 19:43:57 -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")
|
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…
Add table
Add a link
Reference in a new issue