Index: sources/gui/qml/main.qml =================================================================== diff -u -r40c81d8364424610feeffeb5ac30e990105c8c00 -rbd12a330df798024c3de30f727058d971dfc2cbe --- sources/gui/qml/main.qml (.../main.qml) (revision 40c81d8364424610feeffeb5ac30e990105c8c00) +++ sources/gui/qml/main.qml (.../main.qml) (revision bd12a330df798024c3de30f727058d971dfc2cbe) @@ -409,7 +409,7 @@ PowerItem { id: _powerItem ; z: 997 } ConfirmDialog { id: _confirmDialog ; z: 998 } DiagnosticsDialog { id: _diagnosticsDialog; z: 999 } - DryDemoDialog { id: _dryDemoDialog ; z: 999 } + DryDemoDialog { id: _dryDemoDialog ; z: 999 } // Same z order because diagnostics is not used in dryDemo // Note: NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem // then cannot be anchored.