Index: sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r809d3a4d89ea8de7f3ee9b0bf8cff0baf7868361 --- sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml (.../TreatmentFluid.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml (.../TreatmentFluid.qml) (revision 809d3a4d89ea8de7f3ee9b0bf8cff0baf7868361) @@ -26,10 +26,10 @@ * \brief Treatment Screen Fluid Management section */ TouchArea { id: _root - property string buttonText : "" - property alias buttonEnabled : _startFluidButton.enabled + property string buttonText : "" + property alias buttonEnabled : _startFluidButton.enabled + property alias fluidProgressBarColor : _fluidProgressBar.color - property bool cumulativeVisible : true property bool targetVisible : true property bool progressBarVisible : true Index: sources/gui/qml/pages/treatment/sections/TreatmentSaline.qml =================================================================== diff -u -ra6586ea871f21a08e7d50552983360fb5e344b3a -r809d3a4d89ea8de7f3ee9b0bf8cff0baf7868361 --- sources/gui/qml/pages/treatment/sections/TreatmentSaline.qml (.../TreatmentSaline.qml) (revision a6586ea871f21a08e7d50552983360fb5e344b3a) +++ sources/gui/qml/pages/treatment/sections/TreatmentSaline.qml (.../TreatmentSaline.qml) (revision 809d3a4d89ea8de7f3ee9b0bf8cff0baf7868361) @@ -49,6 +49,9 @@ buttonText : ( _root.isDisabled || _root.isWaitPump ) ? _private.textStart : _root.isStarted ? _private.textStop : _private.textStart + + fluidProgressBarColor: _root.isStarted ? Colors.sliderHighlightColor : Colors.highlightProgressBar + title : qsTr("SALINE BOLUS") unit : Variables.unitTextSaline