From e388536a03a889ca16d11ea56aeb167d87b7638a Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 18 Nov 2024 08:42:36 +0000 Subject: [PATCH] Make sure the loading text for a new login wraps Title BUG: 493869 (cherry picked from commit aff0402f71027529493790d3f410b41558812e42) 58b69cf1 Make sure the loading text for a new login wraps Co-authored-by: James Graham --- src/login/Loading.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/login/Loading.qml b/src/login/Loading.qml index a14d84047..f5a689e12 100644 --- a/src/login/Loading.qml +++ b/src/login/Loading.qml @@ -13,6 +13,7 @@ LoginStep { id: root FormCard.FormTextDelegate { + textItem.wrapMode: Text.Wrap text: i18n("Please wait while your messages are loaded from the server. This might take a little while.") } FormCard.AbstractFormDelegate {