Index: sources/gui/qml/main.qml =================================================================== diff -u -r6d2d7392d9fbae0d24a79fabd0619d446025a946 -r66ed4277f1a2219554e1920f3701c1eb438e9a0a --- sources/gui/qml/main.qml (.../main.qml) (revision 6d2d7392d9fbae0d24a79fabd0619d446025a946) +++ sources/gui/qml/main.qml (.../main.qml) (revision 66ed4277f1a2219554e1920f3701c1eb438e9a0a) @@ -354,14 +354,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 }