chore: Follow up loading dialog

pull/1492/head
Krille 8 months ago
parent 46d62fdf11
commit 3d7cd800b9
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -114,6 +114,7 @@ class LoadingDialogState<T> extends State<LoadingDialog> {
Expanded( Expanded(
child: Text( child: Text(
titleLabel, titleLabel,
maxLines: 4,
textAlign: exception == null ? TextAlign.left : null, textAlign: exception == null ? TextAlign.left : null,
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
), ),

Loading…
Cancel
Save