mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:25:51 +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.top: parent.top
|
||||||
anchors.topMargin: UM.Theme.getSize("sidebar_margin").height / 2
|
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
|
text: Cura.ProfilesModel.getItem(index).layer_height_without_unit
|
||||||
|
|
||||||
x: {
|
x: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user