This commit is contained in:
Leon Bösche
2026-01-31 22:12:43 +01:00
parent bf78943f3d
commit 43776b123c

View File

@@ -635,8 +635,8 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
child: Image.network( child: Image.network(
_avatarUrl!, _avatarUrl!,
fit: BoxFit.cover, fit: BoxFit.cover,
width: 128, width: 140,
height: 128, height: 140,
errorBuilder: errorBuilder:
(context, error, stackTrace) { (context, error, stackTrace) {
return Icon( return Icon(