Index: sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml =================================================================== diff -u -r2216ac6ac7f77437a7c29ac8b4043be01bc4609e -r8a5dbf556a66524fbe4b60ac1573182a0bd27617 --- sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml (.../PostTreatmentStack.qml) (revision 2216ac6ac7f77437a7c29ac8b4043be01bc4609e) +++ sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml (.../PostTreatmentStack.qml) (revision 8a5dbf556a66524fbe4b60ac1573182a0bd27617) @@ -36,15 +36,15 @@ signal disposablesRemovalBack () PostTreatmentBase { id: _patientDisconnectionConfirm - property int stackStepIndex : 0 + property int stackStepIndex : 0 header.confirmVisible : true title.text : qsTr("Patient Disconnection") instructionBased : true onConfirmClicked : _root.patientDisconnectionConfirm() } PostTreatmentReview { id: _treatmentReviewConfirm - property int stackStepIndex : 1 + property int stackStepIndex : 1 header.confirmVisible : true title.text : qsTr("Treatment Review") instructionBased : false @@ -56,14 +56,14 @@ } PostTreatmentBase { id: _detailTest - property int stackStepIndex : 1 - onBackClicked: pop() - header.backVisible: true - header.confirmVisible: false + property int stackStepIndex : 1 + onBackClicked : pop() + header.backVisible : true + header.confirmVisible : false } PostTreatmentBase { id: _disposablesRemovalConfirm - property int stackStepIndex : 2 + property int stackStepIndex : 2 header. backVisible : true header.confirmVisible : true title.text : qsTr("Disposables Removal")