Index: sources/gui/qml/pages/TreatmentFlowBase.qml =================================================================== diff -u -r4a2b83dcb56555861d2c741a8e8894e5b07e24bf -r1da0c41020664b642359f3cd5d58a2fdc36774a2 --- sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 4a2b83dcb56555861d2c741a8e8894e5b07e24bf) +++ sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 1da0c41020664b642359f3cd5d58a2fdc36774a2) @@ -112,13 +112,15 @@ active : _root.instructionBased anchors { top : title.visible ? title.bottom : title.top - bottom : footer.top +// bottom : footer.top + bottom : parent.bottom left : parent.left right : parent.right leftMargin : _root.sideMargins rightMargin : _root.sideMargins topMargin : outerVMargin - bottomMargin : outerVMargin +// bottomMargin : outerVMargin + bottomMargin : Variables.notificationHeight + Variables.minVGap } sourceComponent : InstructionView { id: _instructionView title : _root.instructionTitle @@ -165,7 +167,10 @@ // ^^^^^^^^^^^^^^^^^^^^ Optional Components ^^^^^^^^^^^^^^^^^^^^ // - Footer { id: _footer } + Footer { id: _footer + anchors.bottomMargin: Variables.notificationHeight * 2 + anchors.horizontalCenter: _root.horizontalCenter + } NotificationBarSmall { id: _information visible : text