mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:58:58 +08:00
CURA-4182 text color for unavailable quality to disabled
This commit is contained in:
parent
fe5910dd96
commit
0fa3bdd68b
@ -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…
x
Reference in New Issue
Block a user