Index: sources/gui/qml/main.qml =================================================================== diff -u -rbf5b9b7cb86aaf3c4ec85e4ef0b92cba0e836634 -rf0c8b8720a2e314268445a4a20fe701292026f6f --- sources/gui/qml/main.qml (.../main.qml) (revision bf5b9b7cb86aaf3c4ec85e4ef0b92cba0e836634) +++ sources/gui/qml/main.qml (.../main.qml) (revision f0c8b8720a2e314268445a4a20fe701292026f6f) @@ -263,9 +263,7 @@ // ----- Follow the below Z order ----- // 1 - Screens // 1 - 1 - SettingsStack { id: _settingsStack - anchors.top : _headerBar.bottom - } + SettingsStack { id: _settingsStack } // FIXME: BEHROUZ - anchors.top : _headerbar.bottom or add topMargin to all stacks // 1 - 2 ManagerStack { id: _managerStack } // 1 - 3 @@ -301,7 +299,6 @@ // 9 - Others Rectangle { //TODO:@LEAHI: make this the statusbar/headerbar component. - id: _headerBar anchors.top: parent.top width : Variables.applicationWidth height : Variables.notificationHeight