From 58b69cf13bcca10d60aeb0c9cbdcd139a8c604cb Mon Sep 17 00:00:00 2001 From: James Graham Date: Sun, 17 Nov 2024 14:35:22 +0000 Subject: [PATCH] Make sure the loading text for a new login wraps --- 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 {