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