Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml =================================================================== diff -u -r9ac163d4aeadc39a1bcd1d8110991f32e37fc806 -r18c39727da06312b90d15751e6a27e03c7b6742a --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 9ac163d4aeadc39a1bcd1d8110991f32e37fc806) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 18c39727da06312b90d15751e6a27e03c7b6742a) @@ -89,7 +89,7 @@ anchors.topMargin: 25 width: textWidth title: qsTr("Blood Flow Rate") - label: _bloodFlowSlider.displayedValue + label: _bloodFlowSlider.value extra: Variables.unitTextFlowRate labelFont.weight: Font.ExtraLight } @@ -102,7 +102,6 @@ unit : Variables.unitTextFlowRate step : Variables.bloodFlowResolution ticks : true - isActive: false } SliderArrows{ id:_bloodFlowSliderArrows anchors.verticalCenter : _bloodFlowSlider.verticalCenter @@ -123,7 +122,7 @@ anchors.topMargin: 25 width: textWidth title: qsTr("Dialysate Flow Rate") - label: _dialysateFlowSlider.displayedValue + label: _dialysateFlowSlider.value extra: Variables.unitTextFlowRate labelFont.weight: Font.ExtraLight } @@ -135,7 +134,6 @@ unit : Variables.unitTextFlowRate step : Variables.dialysateFlowResolution ticks : true - isActive: false } SliderArrows{ id:_dialysateFlowSliderArrows anchors.verticalCenter : _dialysateFlowSlider.verticalCenter