mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
CURA-4182 text color for unavailable quality to disabled
This commit is contained in:
parent
fe5910dd96
commit
0fa3bdd68b
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ Item
|
|||
anchors.top: parent.top
|
||||
anchors.topMargin: UM.Theme.getSize("sidebar_margin").height / 2
|
||||
|
||||
color: UM.Theme.getColor("quality_slider_unavailable") ? UM.Theme.getColor("quality_slider_available") : UM.Theme.getColor("quality_slider_unavailable")
|
||||
color: Cura.ProfilesModel.getItem(index).available ? UM.Theme.getColor("quality_slider_available") : UM.Theme.getColor("quality_slider_unavailable")
|
||||
text: Cura.ProfilesModel.getItem(index).layer_height_without_unit
|
||||
|
||||
x: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue