Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -r6f2622be80fcaee8d71baf78404627381157970c -refb549a694539630ba7c1d8e348f598052b85f0f --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 6f2622be80fcaee8d71baf78404627381157970c) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision efb549a694539630ba7c1d8e348f598052b85f0f) @@ -112,8 +112,11 @@ NotificationDialog { id : _alarmDialog // this will change later to the actual message text // and the instruction would be in the dialog content + titleText : vAlarmStatus.title + titlePixelSize : Fonts.fontPixelAlarmTitle description : vAlarmStatus.message + descriptionPixelSize: Fonts.fontPixelAlarmMessage alarmID : vAlarmStatus.alarm_AlarmID isSilenced : vAlarmStatus.alarm_Flag_alarmsSilenced timeout : vAlarmStatus.alarm_MuteTimeout