Index: sources/gui/qml/pages/TreatmentFlowBase.qml =================================================================== diff -u -r4a2b83dcb56555861d2c741a8e8894e5b07e24bf -rf41a1003ac920b64a11fc34193972bd1240003f3 --- sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 4a2b83dcb56555861d2c741a8e8894e5b07e24bf) +++ sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision f41a1003ac920b64a11fc34193972bd1240003f3) @@ -112,13 +112,13 @@ 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 title : _root.instructionTitle @@ -165,7 +165,10 @@ // ^^^^^^^^^^^^^^^^^^^^ Optional Components ^^^^^^^^^^^^^^^^^^^^ // - Footer { id: _footer } + Footer { id: _footer + anchors.bottomMargin: Variables.notificationHeight * 2 + anchors.horizontalCenter: _root.horizontalCenter + } NotificationBarSmall { id: _information visible : text