Index: sources/gui/qml/pages/endtreatment/EndTreatmentBase.qml =================================================================== diff -u -r1286d74bd015276aab604808be2766136091c125 -r0975a67dd4e4673b9a7b226bfea02cbfa489c418 --- sources/gui/qml/pages/endtreatment/EndTreatmentBase.qml (.../EndTreatmentBase.qml) (revision 1286d74bd015276aab604808be2766136091c125) +++ sources/gui/qml/pages/endtreatment/EndTreatmentBase.qml (.../EndTreatmentBase.qml) (revision 0975a67dd4e4673b9a7b226bfea02cbfa489c418) @@ -33,6 +33,12 @@ property int timeoutValue : 0 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