From aff0402f71027529493790d3f410b41558812e42 Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 18 Nov 2024 08:42:19 +0000 Subject: [PATCH] Make sure the loading text for a new login wraps Title BUG: 493869 --- 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 {