Index: sources/gui/qml/components/SliderDoubleCreateTreatment.qml =================================================================== diff -u -rfe1cc7af9637a8485b6948b50eb5fb06e4c83740 -rfac59d7894468db257f120e58e19324a32fcbe0f --- sources/gui/qml/components/SliderDoubleCreateTreatment.qml (.../SliderDoubleCreateTreatment.qml) (revision fe1cc7af9637a8485b6948b50eb5fb06e4c83740) +++ sources/gui/qml/components/SliderDoubleCreateTreatment.qml (.../SliderDoubleCreateTreatment.qml) (revision fac59d7894468db257f120e58e19324a32fcbe0f) @@ -112,7 +112,7 @@ step : Variables.bloodFlowResolution ticks : true onValueChanged: { - _lowSelectedValue.text = value + _root.lowUnits; + _lowSelectedValue.text = value + " " + _root.lowUnits; lowSliderChanged() } onActiveChanged: { @@ -165,7 +165,7 @@ step : Variables.bloodFlowResolution ticks : true onValueChanged: { - _highSelectedValue.text = value + _root.highUnits; + _highSelectedValue.text = value + " " + _root.highUnits; highSliderChanged() }