Index: sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml =================================================================== diff -u -rf7fe40e1e2e5e7ccd02407aead0adcb0f5bf7f53 -r583d1953c783940c93f22c37b23daadb1ff3a09c --- sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml (.../TreatmentFluid.qml) (revision f7fe40e1e2e5e7ccd02407aead0adcb0f5bf7f53) +++ 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 @@ -58,12 +60,7 @@ pixelSize : 20 letterSpacing : 3 } - animated: true - duration: 100 - onClicked: { - if (enabled) - _root.clicked() - } + onClicked: _root.clicked() } Text { id: _fluidText