Index: sources/gui/qml/pages/endtreatment/EndTreatmentBase.qml =================================================================== diff -u -r4da79084388ac25822ab24fb52ec1ca4083b50cc -r0975a67dd4e4673b9a7b226bfea02cbfa489c418 --- sources/gui/qml/pages/endtreatment/EndTreatmentBase.qml (.../EndTreatmentBase.qml) (revision 4da79084388ac25822ab24fb52ec1ca4083b50cc) +++ sources/gui/qml/pages/endtreatment/EndTreatmentBase.qml (.../EndTreatmentBase.qml) (revision 0975a67dd4e4673b9a7b226bfea02cbfa489c418) @@ -31,9 +31,14 @@ property bool hasTimeout : false property alias timeout : _timeoutLoader.item property int timeoutValue : 0 - property string headerTitle : "" property string descriptionText : "" + footer { + width : parent.width / 2 + height : Variables.defaultButtonHeight + childrenWidth : Variables.defaultButtonWidth + } + onVisibleChanged: if ( visible ) { _root.updateModel() } // update model for instruction based steps