Index: sources/gui/qml/dialogs/AlarmListDialog.qml =================================================================== diff -u -r13d6a4fae2f910ab6e289ac9280258a94f734405 -r73d6d02c19467735e92f7c451ca5d3b47a2a90e4 --- sources/gui/qml/dialogs/AlarmListDialog.qml (.../AlarmListDialog.qml) (revision 13d6a4fae2f910ab6e289ac9280258a94f734405) +++ sources/gui/qml/dialogs/AlarmListDialog.qml (.../AlarmListDialog.qml) (revision 73d6d02c19467735e92f7c451ca5d3b47a2a90e4) @@ -147,10 +147,10 @@ lineColor : Colors.backgroundMain itemsText : vAlarmActiveList.alarmIDs itemsValue : vAlarmActiveList.alarmTexts - itemsTouchable : [ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, ] // just kept one touchable as an example + itemsTouchable : [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ] itemsValueLeftMargin : 80 // if decreased maybe covered by title itemsUnitLeftMargin : 470 // if increased will be covered by chevron if touchable - onItemClicked: _root.itemClicked(vIndex) + onItemClicked : _root.itemClicked(vIndex) } } }