From 43af56ca06e2a6ba3987a6c9865278f3ee0d3bfd Mon Sep 17 00:00:00 2001 From: nimaye Date: Wed, 18 Jan 2023 17:25:08 +0100 Subject: [PATCH] modification temporaire --- Sources/IHM/Desktop/CV_HomePage.xaml | 7 ++++--- Sources/IHM/Desktop/CV_HomePage.xaml.cs | 8 ++++++-- Sources/IHM/Desktop/DashBoard.xaml | 7 ++++--- Sources/IHM/Desktop/Dashboard.xaml.cs | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Sources/IHM/Desktop/CV_HomePage.xaml b/Sources/IHM/Desktop/CV_HomePage.xaml index e50939f..974d811 100644 --- a/Sources/IHM/Desktop/CV_HomePage.xaml +++ b/Sources/IHM/Desktop/CV_HomePage.xaml @@ -32,15 +32,15 @@ - - + + - + @@ -49,6 +49,7 @@ FontAttributes="Bold" FontSize="Body" HorizontalOptions="Center" VerticalOptions="Center"/> + - + @@ -39,8 +39,9 @@ - - + + + diff --git a/Sources/IHM/Desktop/Dashboard.xaml.cs b/Sources/IHM/Desktop/Dashboard.xaml.cs index 34b0ef6..bdc5b6e 100644 --- a/Sources/IHM/Desktop/Dashboard.xaml.cs +++ b/Sources/IHM/Desktop/Dashboard.xaml.cs @@ -12,7 +12,7 @@ public partial class Dashboard InitializeComponent(); BindingContext = Mgr.User; - mainCV.Content = new CV_HomePage(); + }