Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml =================================================================== diff -u -r31b9ae63410e7ca23f0f849e38368880e4c402b4 -r34471900489397f483e052870ddc46059cef49fb --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 31b9ae63410e7ca23f0f849e38368880e4c402b4) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentFlow.qml (.../TreatmentAdjustmentFlow.qml) (revision 34471900489397f483e052870ddc46059cef49fb) @@ -42,6 +42,8 @@ property string unit : qsTr("mL/min") property int textWidth : 200 + titleText: qsTr("FLOWS") + onAboutToShow: { // TODO : When Testing data on Setting screen is removed // This needs to be moved into the Treatment______.qml @@ -60,9 +62,6 @@ } } } - onVisibleChanged: { - notificationText = ""; - } Column { id : _flowsColumn spacing: 100