From 2e4da1b87d6a14c9b409a5ebc695a44d164a661b Mon Sep 17 00:00:00 2001 From: Dinis Vieira Date: Fri, 13 Oct 2023 18:49:30 +0100 Subject: [PATCH] hardcoded AccountViewCell Avatar image to 40x40 to avoid current iOS/Android bugs where they fill much larger space. --- src/Core/Controls/AccountViewCell/AccountViewCell.xaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Core/Controls/AccountViewCell/AccountViewCell.xaml b/src/Core/Controls/AccountViewCell/AccountViewCell.xaml index 971c0a295..80fef3615 100644 --- a/src/Core/Controls/AccountViewCell/AccountViewCell.xaml +++ b/src/Core/Controls/AccountViewCell/AccountViewCell.xaml @@ -39,6 +39,8 @@ Grid.Column="0" Source="{Binding AvatarImageSource}" HorizontalOptions="Center" + HeightRequest="40" + WidthRequest="40" Margin="10,0" VerticalOptions="Center" />