Index: sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml =================================================================== diff -u -r73091a6f5717c0fc88e236c06c618ad361f30a3c -r583d1953c783940c93f22c37b23daadb1ff3a09c --- sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml (.../TreatmentFluid.qml) (revision 73091a6f5717c0fc88e236c06c618ad361f30a3c) +++ sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml (.../TreatmentFluid.qml) (revision 583d1953c783940c93f22c37b23daadb1ff3a09c) @@ -27,6 +27,9 @@ */ TouchArea { id: _root property string buttonText : "" + property alias buttonEnabled : _startFluidButton.enabled + + property bool cumulativeVisible : true property bool targetVisible : true property bool progressBarVisible : true @@ -47,7 +50,6 @@ title: qsTr("FLUID MANAGEMENT") TouchRect { id: _startFluidButton - enabled : _root.isTouchable y : 45 width : 340 height : 55