Increase avatar upload progress indicator size for better visibility
This commit is contained in:
@@ -655,8 +655,8 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
|
||||
),
|
||||
if (_isUploadingAvatar)
|
||||
SizedBox(
|
||||
width: 110,
|
||||
height: 110,
|
||||
width: 136,
|
||||
height: 136,
|
||||
child: CircularProgressIndicator(
|
||||
value: _avatarUploadProgress > 0
|
||||
? _avatarUploadProgress
|
||||
|
||||
Reference in New Issue
Block a user