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(); + }