From 6da24489e6fd7569ee7a0d7738972b28e71a6250 Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Tue, 24 Oct 2023 20:27:36 +0000 Subject: [PATCH] Center content better when displaying info popup with long messages --- linphone-app/ui/modules/Common/Dialog/DialogPlus.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-app/ui/modules/Common/Dialog/DialogPlus.qml b/linphone-app/ui/modules/Common/Dialog/DialogPlus.qml index 5fad468b3..4ba5997d7 100644 --- a/linphone-app/ui/modules/Common/Dialog/DialogPlus.qml +++ b/linphone-app/ui/modules/Common/Dialog/DialogPlus.qml @@ -92,7 +92,7 @@ Rectangle { Item { id: content - + visible: children.length > 0 Layout.fillHeight: (expandHeight ? true : !dialog.contentIsEmpty) Layout.fillWidth: true Layout.topMargin: (showMargins ? titleBar.showBar ? 1 : 2 : 0) * DialogStyle.content.topMargin