Make sure the loading text for a new login wraps

Title

BUG: 493869
This commit is contained in:
James Graham
2024-11-18 08:42:19 +00:00
committed by Carl Schwan
parent cee9058c77
commit aff0402f71

View File

@@ -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 {