Index: sources/gui/qml/main.qml =================================================================== diff -u -rb9d5efd980be633f5d0bd92cc76295f3a0669db4 -r364cf0959b78d4e86c7220fb878c5246c9d7d6bd --- sources/gui/qml/main.qml (.../main.qml) (revision b9d5efd980be633f5d0bd92cc76295f3a0669db4) +++ sources/gui/qml/main.qml (.../main.qml) (revision 364cf0959b78d4e86c7220fb878c5246c9d7d6bd) @@ -406,13 +406,9 @@ // keyboard should always be before AlarmItem to not to covet it. KeyboardItem { id: _keyboard } - // AlarmItem should always be at the end so nothing covers it - AlarmItem { id: _alarmItem ; z: 997 } - - // PowerOff screen should still be avilable. Even if the Alarm happens the Power option should be available. - PowerItem { id: _powerItem ; z: 998 } - - // this dialog as an exception can cover the Alarm for debugging and testing. + AlarmItem { id: _alarmItem ; z: 996 } + PowerItem { id: _powerItem ; z: 997 } + ConfirmDialog { id: _confirmDialog ; z: 998 } DiagnosticsDialog { id: _diagnosticsDialog; z: 999 } // Note: NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem