Index: sources/gui/qml/pages/TreatmentFlowBase.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9 --- sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9) @@ -81,6 +81,7 @@ StepNavigationTitleBar { id: _titleBar stepIndex : stackStepIndex // shall have a definition in the parent stack anchors.top : _root.top + anchors.topMargin: Variables.notificationHeight anchors.horizontalCenter : parent.horizontalCenter width : _root.width confirmEnabled : instruction ? instruction.lastStep : true @@ -93,7 +94,7 @@ visible: ! instructionBased anchors { top : _root.top - topMargin : titleTopMargin + topMargin : Variables.notificationHeight + titleTopMargin horizontalCenter: parent.horizontalCenter } text : qsTr("TreatmentFlowBase")