Index: sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml =================================================================== diff -u -re9bc210a8ebe1f8f2cf9f00a00d03211dec9b07c -r038d30c2f22add13830b92a9775d70c9615861b2 --- sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml (.../TreatmentUltrafiltration.qml) (revision e9bc210a8ebe1f8f2cf9f00a00d03211dec9b07c) +++ sources/gui/qml/pages/treatment/sections/TreatmentUltrafiltration.qml (.../TreatmentUltrafiltration.qml) (revision 038d30c2f22add13830b92a9775d70c9615861b2) @@ -28,8 +28,8 @@ */ TreatmentSection { id: _root - readonly property real minimum : vTreatmentUltrafiltration.minimum - readonly property real maximum : vTreatmentUltrafiltration.maximum + readonly property real minimum : vTreatmentRanges.treatmentRanges_Ultrafiltration_Volume_Min + readonly property real maximum : vTreatmentRanges.treatmentRanges_Ultrafiltration_Volume_Max readonly property real value : vTreatmentUltrafiltration.volumeRemoved readonly property int topTextFontSize : 25 readonly property int bottomTextFontSize : 60 @@ -98,7 +98,6 @@ unitText: Variables.unitVolume color : Colors.progressBarUltrafiltration radius : height - progressRadius : radius showMarker : false minText.color: "#818181"