Index: sources/gui/qml/main.qml =================================================================== diff -u -rfea3fc898bc7f77cc8d6daba4ebad5ea651f6ffc -r1bbb0fdab1fae1d066e3692416dba145fc35d0db --- sources/gui/qml/main.qml (.../main.qml) (revision fea3fc898bc7f77cc8d6daba4ebad5ea651f6ffc) +++ sources/gui/qml/main.qml (.../main.qml) (revision 1bbb0fdab1fae1d066e3692416dba145fc35d0db) @@ -339,14 +339,13 @@ // then cannot be anchored. NotificationBar { id: _alarmBar anchors.bottom : _mainMenu.top - backgroundColor : _alarmItem.backgroundColor + color : _alarmItem.backgroundColor textColor : _alarmItem.textColor alarmID : _alarmItem.alarm_AlarmID text : _alarmItem.title textPixelSize : Fonts.fontPixelAlarmBarTitle isSilenced : _alarmItem.isSilenced timeout : _alarmItem.timeout - backgroundFading : vTDOpMode.fault z : 995 }