diff --git a/linphone-desktop/ui/modules/Linphone/Chat/Chat.qml b/linphone-desktop/ui/modules/Linphone/Chat/Chat.qml index 87f04178d..438c68d94 100644 --- a/linphone-desktop/ui/modules/Linphone/Chat/Chat.qml +++ b/linphone-desktop/ui/modules/Linphone/Chat/Chat.qml @@ -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