Index: sources/gui/qml/components/SliderCreateTreatment.qml =================================================================== diff -u -rfac59d7894468db257f120e58e19324a32fcbe0f -r20a67175350b1c20f078bade73a77d48c4647832 --- sources/gui/qml/components/SliderCreateTreatment.qml (.../SliderCreateTreatment.qml) (revision fac59d7894468db257f120e58e19324a32fcbe0f) +++ sources/gui/qml/components/SliderCreateTreatment.qml (.../SliderCreateTreatment.qml) (revision 20a67175350b1c20f078bade73a77d48c4647832) @@ -48,8 +48,8 @@ _selected_value.color = Colors.textMain _text.color = Colors.textMain } else { - _selected_value.color = Colors.createTrInvalidParam - _text.color = Colors.createTrInvalidParam + _selected_value.color = Colors.createTreatmentInvalidParam + _text.color = Colors.createTreatmentInvalidParam } }