diff --git a/MangaMap/Views/CreateOeuvre.xaml.cs b/MangaMap/Views/CreateOeuvre.xaml.cs index de64a2f..fd60ff4 100644 --- a/MangaMap/Views/CreateOeuvre.xaml.cs +++ b/MangaMap/Views/CreateOeuvre.xaml.cs @@ -30,9 +30,6 @@ public partial class createOeuvre : ContentPage var stream = await result.OpenReadAsync(); // Utilisez le chemin d'accès à l'image sélectionnée imagePath = result.FullPath; - - // Affichez l'image sélectionnée dans l'interface utilisateur, si nécessaire - } } diff --git a/MangaMap/Views/homePage.xaml.cs b/MangaMap/Views/homePage.xaml.cs index cd441b9..642b1f2 100644 --- a/MangaMap/Views/homePage.xaml.cs +++ b/MangaMap/Views/homePage.xaml.cs @@ -45,10 +45,13 @@ public partial class homePage : ContentPage { Source = favoris.Affiche, WidthRequest = 170, + MaximumHeightRequest = 190, + MinimumHeightRequest = 190, HeightRequest = 190, CornerRadius = 15, Aspect = Aspect.Fill, AutomationId = indice.ToString(), + Margin = 90 }; imageButton.Clicked += AnimeImageClicked;