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"> - +