Make sure the loading text for a new login wraps

This commit is contained in:
James Graham
2024-11-17 14:35:22 +00:00
committed by Carl Schwan
parent cee9058c77
commit 58b69cf13b

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 {