This commit is contained in:
Leon Bösche
2026-01-31 22:05:14 +01:00
parent 257db646a6
commit 98db5f2e12

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: 100, width: 128,
height: 100, height: 128,
errorBuilder: errorBuilder:
(context, error, stackTrace) { (context, error, stackTrace) {
return Icon( return Icon(