Increase avatar upload progress indicator size for better visibility

This commit is contained in:
Leon Bösche
2026-01-31 22:11:40 +01:00
parent 98db5f2e12
commit bf78943f3d

View File

@@ -655,8 +655,8 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
), ),
if (_isUploadingAvatar) if (_isUploadingAvatar)
SizedBox( SizedBox(
width: 110, width: 136,
height: 110, height: 136,
child: CircularProgressIndicator( child: CircularProgressIndicator(
value: _avatarUploadProgress > 0 value: _avatarUploadProgress > 0
? _avatarUploadProgress ? _avatarUploadProgress