Index: sources/gui/qml/pages/TreatmentFlowBase.qml =================================================================== diff -u -r2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9 -r3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5 --- sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9) +++ sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5) @@ -81,7 +81,6 @@ 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 @@ -94,7 +93,7 @@ visible: ! instructionBased anchors { top : _root.top - topMargin : Variables.notificationHeight + titleTopMargin + topMargin : titleTopMargin horizontalCenter: parent.horizontalCenter } text : qsTr("TreatmentFlowBase")