Have different background for events and messages
This commit is contained in:
@@ -22,7 +22,8 @@ Row {
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
color: HStyle.chat.message.background
|
||||
color: isMessage(model) ?
|
||||
HStyle.chat.message.background : HStyle.chat.event.background
|
||||
|
||||
//width: nameLabel.implicitWidth
|
||||
width: Math.min(
|
||||
|
Reference in New Issue
Block a user