From 7b41c6faffe4dba951ea8e20250850d7b37d6906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Mon, 18 Sep 2023 14:35:54 -0400 Subject: [PATCH] UserProfile: display name must be readOnly Change-Id: I3cd106af5ad7a141d884b948448e25053ab0832b GitLab: #1349 --- src/app/mainview/components/UserProfile.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/mainview/components/UserProfile.qml b/src/app/mainview/components/UserProfile.qml index d9bddf49..fd28e0e5 100644 --- a/src/app/mainview/components/UserProfile.qml +++ b/src/app/mainview/components/UserProfile.qml @@ -77,6 +77,7 @@ BaseModalDialog { visible: aliasText ? (aliasText === idText ? false : true) : false selectByMouse: true + readOnly: true wrapMode: Text.NoWrap text: textMetricsContactAliasText.elidedText