fix(ui/modules/Linphone/Chat/Chat): coding style

This commit is contained in:
Ronan Abhamon 2017-02-21 15:34:23 +01:00
parent 6b0d1bc432
commit 3c961c0c4c

View file

@ -183,10 +183,10 @@ Rectangle {
// properties... The messages use the `implicitWidth/Height`
// and `width/Height` attrs and is not easy to found a fix.
rightMargin: ChatStyle.entry.deleteIconSize +
ChatStyle.entry.message.extraContent.spacing +
ChatStyle.entry.message.extraContent.rightMargin +
ChatStyle.entry.message.extraContent.leftMargin +
ChatStyle.entry.message.outgoing.sendIconSize
ChatStyle.entry.message.extraContent.spacing +
ChatStyle.entry.message.extraContent.rightMargin +
ChatStyle.entry.message.extraContent.leftMargin +
ChatStyle.entry.message.outgoing.sendIconSize
}
color: _backgroundColor
implicitHeight: layout.height + ChatStyle.entry.bottomMargin