From f39a3c4a157c8f9356617d59cc28e0c0767060a8 Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Mon, 10 Jun 2024 11:50:46 +0200 Subject: [PATCH] try to fix contact edition ui in windows (LINQT-1184) --- Linphone/view/Layout/FormItemLayout.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Linphone/view/Layout/FormItemLayout.qml b/Linphone/view/Layout/FormItemLayout.qml index 89f85423..cd7b453b 100644 --- a/Linphone/view/Layout/FormItemLayout.qml +++ b/Linphone/view/Layout/FormItemLayout.qml @@ -23,6 +23,7 @@ ColumnLayout { elide: Text.ElideRight wrapMode: Text.Wrap maximumLineCount: 1 + textFormat: Text.RichText font { pixelSize: 13 * DefaultStyle.dp