Index: sources/gui/qml/pages/TreatmentFlowBase.qml =================================================================== diff -u -rf41a1003ac920b64a11fc34193972bd1240003f3 -rc70815ad2b3beadf61832f2e4d12eb90d476e020 --- sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision f41a1003ac920b64a11fc34193972bd1240003f3) +++ sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision c70815ad2b3beadf61832f2e4d12eb90d476e020) @@ -55,13 +55,14 @@ property int checkListCompleteMargin : 50 property bool checkListTimeVisible : false property int checkListTimeSeconds : 0 + property int stepIndex : -1 property string completeText : "" - property bool isComplete : false + property int titleTopMargin : 110 + readonly property int sideMargins : Variables.defaultMargin * 2 + Variables.headerButtonsMargin // matching header button margins - property int titleTopMargin: 110 - readonly property int sideMargins : Variables.defaultMargin * 2 + Variables.headerButtonsMargin // matching header button margins + showCreateRxHeaderButton : true signal backClicked() signal confirmClicked()