Index: sources/gui/qml/main.qml =================================================================== diff -u -r712f4c8a1b2382919300895b4422b831471044a3 -rbf5b9b7cb86aaf3c4ec85e4ef0b92cba0e836634 --- sources/gui/qml/main.qml (.../main.qml) (revision 712f4c8a1b2382919300895b4422b831471044a3) +++ sources/gui/qml/main.qml (.../main.qml) (revision bf5b9b7cb86aaf3c4ec85e4ef0b92cba0e836634) @@ -263,7 +263,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 @@ -299,6 +301,7 @@ // 9 - Others Rectangle { //TODO:@LEAHI: make this the statusbar/headerbar component. + id: _headerBar anchors.top: parent.top width : Variables.applicationWidth height : Variables.notificationHeight