From 003daa8df8b03e67679afe2a6ee67c291364509f Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Tue, 15 Nov 2022 16:10:53 +0100 Subject: [PATCH] Margins in Waiting room. --- linphone-app/ui/views/App/Calls/WaitingRoom.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linphone-app/ui/views/App/Calls/WaitingRoom.qml b/linphone-app/ui/views/App/Calls/WaitingRoom.qml index f63a9142c..eafe22ec0 100644 --- a/linphone-app/ui/views/App/Calls/WaitingRoom.qml +++ b/linphone-app/ui/views/App/Calls/WaitingRoom.qml @@ -131,10 +131,13 @@ Rectangle { RowLayout{ Layout.fillWidth: true Layout.fillHeight: true + spacing: 0 Item{ id: stickerView Layout.fillHeight: true Layout.fillWidth: true + Layout.leftMargin: 10 + Layout.rightMargin: 10 Sticker{ id: contentsStack @@ -175,7 +178,7 @@ Rectangle { Loader{ id: multimediaLoader Layout.fillHeight: true - Layout.leftMargin: 10 + Layout.leftMargin: 0 Layout.rightMargin: 10 Layout.minimumHeight: item? item.fitHeight : 0 Layout.minimumWidth: item? item.fitWidth : 0