Index: sources/gui/qml/pages/TreatmentFlowBase.qml =================================================================== diff -u -r1da0c41020664b642359f3cd5d58a2fdc36774a2 -rf41a1003ac920b64a11fc34193972bd1240003f3 --- sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 1da0c41020664b642359f3cd5d58a2fdc36774a2) +++ sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision f41a1003ac920b64a11fc34193972bd1240003f3) @@ -112,14 +112,12 @@ active : _root.instructionBased anchors { top : title.visible ? title.bottom : title.top -// bottom : footer.top bottom : parent.bottom left : parent.left right : parent.right leftMargin : _root.sideMargins rightMargin : _root.sideMargins topMargin : outerVMargin -// bottomMargin : outerVMargin bottomMargin : Variables.notificationHeight + Variables.minVGap } sourceComponent : InstructionView { id: _instructionView