Index: sources/gui/qml/main.qml =================================================================== diff -u -r472f06f3448ba0708f4b2592e202b45ce76f6836 -r4fb6a5fb521604e29160115ff3b4b0623301e663 --- sources/gui/qml/main.qml (.../main.qml) (revision 472f06f3448ba0708f4b2592e202b45ce76f6836) +++ sources/gui/qml/main.qml (.../main.qml) (revision 4fb6a5fb521604e29160115ff3b4b0623301e663) @@ -265,7 +265,9 @@ // ----- Follow the below Z order ----- // 1 - Screens // 1 - 1 - SettingsStack { id: _settingsStack } + SettingsStack { id: _settingsStack + anchors.top : _headerBar.bottom + } // 1 - 2 ManagerStack { id: _managerStack } // 1 - 3 @@ -301,6 +303,7 @@ // 9 - Others Rectangle { //TODO:@LEAHI: make this the statusbar/headerbar component. + id: _headerBar anchors.top: parent.top width : Variables.applicationWidth height : Variables.notificationHeight