Index: sources/gui/qml/main.qml =================================================================== diff -u -r2dd767833cf0cf706c457951c2d78e7e20aff768 -r76d4131d70c18cbfaf47c242c17258e80161e8dc --- sources/gui/qml/main.qml (.../main.qml) (revision 2dd767833cf0cf706c457951c2d78e7e20aff768) +++ sources/gui/qml/main.qml (.../main.qml) (revision 76d4131d70c18cbfaf47c242c17258e80161e8dc) @@ -285,7 +285,6 @@ font.pixelSize: 14 } - PowerItem { id: _powerItem } SDItem { id: _sdItem // TODO: disable this later. this is only for diagnostic purpose. onDoubleClicked : { @@ -297,8 +296,11 @@ Keyboard { id: _keyboard } // AlarmItem should always be at the end so nothing covers it - AlarmItem { id: _alarmItem ; z: 998 } + 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. DiagnosticsDialog { id: _diagnosticsDialog; z: 999 }