Index: sources/gui/qml/main.qml =================================================================== diff -u -r2624ed8acc30847fb38816fb4ae6073518b091f9 -re255d4633b338f4f46c3a2fad5a62f982ebfcd18 --- sources/gui/qml/main.qml (.../main.qml) (revision 2624ed8acc30847fb38816fb4ae6073518b091f9) +++ sources/gui/qml/main.qml (.../main.qml) (revision e255d4633b338f4f46c3a2fad5a62f982ebfcd18) @@ -431,12 +431,13 @@ TreatmentAdjustmentVitals { id: _treatmentAdjustmentVitals } EndTreatmentDialog { id: _endTreatmentDialog } RinsebackCompleteDialog { id: _rinsebackCompleteDialog } + AutoHideInfo { id: _autoHideInfo } LockDialog { id: _lockDialog } 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