diff --git a/AideDeJeu/AideDeJeu/Views/ItemDetailPage.xaml b/AideDeJeu/AideDeJeu/Views/ItemDetailPage.xaml
index 8852e90b..9b4dc1c2 100644
--- a/AideDeJeu/AideDeJeu/Views/ItemDetailPage.xaml
+++ b/AideDeJeu/AideDeJeu/Views/ItemDetailPage.xaml
@@ -12,6 +12,9 @@
+
+
+
diff --git a/AideDeJeu/AideDeJeu/Views/MainPage.xaml b/AideDeJeu/AideDeJeu/Views/MainPage.xaml
index a0f64bcb..7ef5b7cf 100644
--- a/AideDeJeu/AideDeJeu/Views/MainPage.xaml
+++ b/AideDeJeu/AideDeJeu/Views/MainPage.xaml
@@ -8,6 +8,9 @@
x:Name="This"
IsPresented="False"
Title="{Binding ItemSourceType,Converter={StaticResource ItemSourceTypeToTitleConverter}}">
+
+
+
@@ -43,16 +46,22 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -64,7 +73,7 @@
-
+
\ No newline at end of file
diff --git a/AideDeJeu/AideDeJeu/Views/MainPage.xaml.cs b/AideDeJeu/AideDeJeu/Views/MainPage.xaml.cs
index ad332b41..ee687923 100644
--- a/AideDeJeu/AideDeJeu/Views/MainPage.xaml.cs
+++ b/AideDeJeu/AideDeJeu/Views/MainPage.xaml.cs
@@ -35,8 +35,8 @@ namespace AideDeJeu.Views
{
base.OnAppearing();
- this.MasterBehavior = MasterBehavior.Default;
- this.MasterBehavior = MasterBehavior.Popover;
+ //this.MasterBehavior = MasterBehavior.Default;
+ //this.MasterBehavior = MasterBehavior.Popover;
if (Main.Items.Count() == 0)
Main.LoadItemsCommand.Execute(null);
}