From c8c58f29b7b24993ff2a9d7d257bf62b36e57980 Mon Sep 17 00:00:00 2001 From: "maxime.BATISTA@etu.uca.fr" Date: Thu, 20 Apr 2023 16:49:56 +0200 Subject: [PATCH] some fixes and add add recipe button --- Pages/MyRecipesPage.xaml | 15 ++++++++++--- Resources/Styles/Styles.xaml | 7 ++++-- ShoopNCook.csproj | 42 +++++++++++++++++++++++++++++++----- Views/OwnedRecipeView.xaml | 12 +++++------ 4 files changed, 60 insertions(+), 16 deletions(-) diff --git a/Pages/MyRecipesPage.xaml b/Pages/MyRecipesPage.xaml index 209977a..33ae85a 100644 --- a/Pages/MyRecipesPage.xaml +++ b/Pages/MyRecipesPage.xaml @@ -6,12 +6,11 @@ xmlns:views="clr-namespace:ShoopNCook.Views" BackgroundColor="{StaticResource BackgroundPrimary}"> + RowDefinitions="Auto, *, Auto"> + Padding="10, 20, 0, 30"> + + +