mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 19:28:07 -06:00
Set right text color if menubutton is disbled
CURA-6848
This commit is contained in:
parent
8f2caf362d
commit
c6850b4f73
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ Button
|
||||||
anchors.leftMargin: UM.Theme.getSize("wide_margin").width
|
anchors.leftMargin: UM.Theme.getSize("wide_margin").width
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: button.enabled ? UM.Theme.getColor("text") :UM.Theme.getColor("text_inactive")
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue