Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml =================================================================== diff -u -rc52701259341870bc9a436fc87f84f23b340c09c -r922dd892062a850dc966fdc632686e401a355db3 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision c52701259341870bc9a436fc87f84f23b340c09c) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 922dd892062a850dc966fdc632686e401a355db3) @@ -89,7 +89,7 @@ anchors.topMargin: 25 width: textWidth title: qsTr("Blood Flow Rate") - label: _bloodFlowSlider.value + label: _bloodFlowSlider.displayedValue extra: Variables.unitTextFlowRate labelFont.weight: Font.ExtraLight } @@ -123,7 +123,7 @@ anchors.topMargin: 25 width: textWidth title: qsTr("Dialysate Flow Rate") - label: _dialysateFlowSlider.value + label: _dialysateFlowSlider.displayedValue extra: Variables.unitTextFlowRate labelFont.weight: Font.ExtraLight }