Index: sources/gui/qml/main.qml =================================================================== diff -u -ra04fd119778f0483cba5139a11e3c6bad7f2324a -r6f2622be80fcaee8d71baf78404627381157970c --- sources/gui/qml/main.qml (.../main.qml) (revision a04fd119778f0483cba5139a11e3c6bad7f2324a) +++ sources/gui/qml/main.qml (.../main.qml) (revision 6f2622be80fcaee8d71baf78404627381157970c) @@ -336,7 +336,6 @@ font.pixelSize: 14 } - SDCProgressItem { id: _sdcProgressItem // TODO: disable this later. this is only for diagnostic purpose. onDoubleClicked : { @@ -356,13 +355,13 @@ // this dialog as an exception can cover the Alarm for debugging and testing. DiagnosticsDialog { id: _diagnosticsDialog; z: 999 } - // NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem - // then cannot be anchored. + // Note: NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem + // then cannot be anchored. NotificationBar { id: _alarmBar anchors.bottom : _mainMenu.top backgroundColor : _alarmItem.backgroundColor textColor : _alarmItem.textColor - text : _alarmItem.text + text : _alarmItem.message isSilenced : _alarmItem.isSilenced timeout : _alarmItem.timeout backgroundFading : vHDOperationMode.fault