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)
|
if (_isUploadingAvatar)
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 110,
|
width: 136,
|
||||||
height: 110,
|
height: 136,
|
||||||
child: CircularProgressIndicator(
|
child: CircularProgressIndicator(
|
||||||
value: _avatarUploadProgress > 0
|
value: _avatarUploadProgress > 0
|
||||||
? _avatarUploadProgress
|
? _avatarUploadProgress
|
||||||
|
|||||||
Reference in New Issue
Block a user