From b4ec712da5c4df05ccba2d212acfac2bbf151931 Mon Sep 17 00:00:00 2001 From: "leo.tuaillon" Date: Sat, 13 May 2023 15:09:35 +0200 Subject: [PATCH] ownRecipe and Mylist component fix --- Views/Components/OwnedRecipeView.xaml | 12 ++++++++++-- Views/Components/RecipeView.xaml | 3 ++- Views/Components/StoredRecipeView.xaml | 4 +++- Views/RecipePage.xaml | 1 + 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Views/Components/OwnedRecipeView.xaml b/Views/Components/OwnedRecipeView.xaml index dc14df3..cf934a2 100644 --- a/Views/Components/OwnedRecipeView.xaml +++ b/Views/Components/OwnedRecipeView.xaml @@ -1,7 +1,8 @@ + x:Class="ShoopNCook.Views.OwnedRecipeView" + Margin="6,2"> @@ -11,6 +12,8 @@ Padding="10" MinimumHeightRequest="175" MinimumWidthRequest="150" + MaximumHeightRequest="175" + MaximumWidthRequest="150" RowDefinitions="*, Auto"> @@ -25,7 +28,12 @@ StrokeShape="RoundRectangle 20" BackgroundColor="{StaticResource ImageBackground}"> - + + x:Class="ShoopNCook.Views.RecipeView" + Margin="4,2"> - +