Index: sources/gui/qml/main.qml =================================================================== diff -u -r2624ed8acc30847fb38816fb4ae6073518b091f9 -r213b9fed4fc569eb85a0647bde9869a3c82c0db3 --- sources/gui/qml/main.qml (.../main.qml) (revision 2624ed8acc30847fb38816fb4ae6073518b091f9) +++ sources/gui/qml/main.qml (.../main.qml) (revision 213b9fed4fc569eb85a0647bde9869a3c82c0db3) @@ -436,7 +436,7 @@ AlarmItem { id: _alarmItem ; z: 996 } PowerItem { id: _powerItem ; z: 997 } ConfirmDialog { id: _confirmDialog ; z: 998 } - DryDemoDialog { id: _dryDemoDialog; z: 999 } + DryDemoDialog { id: _dryDemoDialog ; z: 999 } DiagnosticsDialog { id: _diagnosticsDialog; z: 999 } // Note: NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem