Index: sources/gui/qml/main.qml =================================================================== diff -u -r96854524927f212c24b9e4a253baeff2e672228f -rc0c63c4b149dafea2b02e4cd31f223e392ff7818 --- sources/gui/qml/main.qml (.../main.qml) (revision 96854524927f212c24b9e4a253baeff2e672228f) +++ sources/gui/qml/main.qml (.../main.qml) (revision c0c63c4b149dafea2b02e4cd31f223e392ff7818) @@ -145,8 +145,6 @@ // 1 - 3 MainStack { id: _mainStack } - PowerItem {} - // 3 - Footer MainMenu { id: _mainMenu titles: [ qsTr("Treatment") , qsTr("Manager") , qsTr("Settings") ] @@ -198,7 +196,9 @@ visible: true } + PowerItem { id: _powerItem } AlarmItem { id: _alarmItem } + // NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem // then cannot be anchored. NotificationBar { id: _alarmBar