From 3c07e610caa66b13fdb445315e522d80cff612b6 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 15 Dec 2022 10:37:51 +0100 Subject: [PATCH] Fix layout on delivery icon that was behind menu button. --- linphone-app/ui/modules/Linphone/Chat/OutgoingMessage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linphone-app/ui/modules/Linphone/Chat/OutgoingMessage.qml b/linphone-app/ui/modules/Linphone/Chat/OutgoingMessage.qml index 57a5d2243..96907ac17 100644 --- a/linphone-app/ui/modules/Linphone/Chat/OutgoingMessage.qml +++ b/linphone-app/ui/modules/Linphone/Chat/OutgoingMessage.qml @@ -41,6 +41,8 @@ Item { width: parent.width Row { + anchors.fill: parent + anchors.leftMargin: ChatStyle.entry.message.extraContent.leftMargin spacing: ChatStyle.entry.message.extraContent.spacing Component {