From 3c961c0c4ce7c0f704523bcfcce6d36eebb69fc6 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 21 Feb 2017 15:34:23 +0100 Subject: [PATCH] fix(ui/modules/Linphone/Chat/Chat): coding style --- linphone-desktop/ui/modules/Linphone/Chat/Chat.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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