1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-22 18:13:23 +00:00

Correctif tablette android

This commit is contained in:
Yan Maniez 2018-07-24 19:25:06 +02:00
parent 6328dbacaf
commit 107d2e1e5b
5 changed files with 55 additions and 2 deletions

View file

@ -199,6 +199,10 @@
<EmbeddedResource Include="..\..\Data\wizard_surveyor_hd.md" Link="Data\wizard_surveyor_hd.md" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\..\Data\baby_bestiary_hd.md" Link="Data\baby_bestiary_hd.md" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Views\MainNavigationPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>

View file

@ -19,6 +19,7 @@ namespace AideDeJeuLib
"## [Etats spéciaux](conditions_hd.md)\n\n" +
"## [Sorts](spells_hd.md)\n\n" +
"## [Créatures](monsters_hd.md)\n\n" +
//"## [Mignons](baby_bestiary_hd.md)\n\n" +
"# VO (SRD)\n\n" +
"## [Conditions](conditions_vo.md)\n\n" +
"## [Spells](spells_vo.md)\n\n" +

View file

@ -6,7 +6,6 @@
xmlns:tools="clr-namespace:AideDeJeu.Tools"
x:Class="AideDeJeu.Views.FilteredItemsPage"
x:Name="This"
IsPresented="False"
Title="{Binding Title}">
<MasterDetailPage.ToolbarItems>
<ToolbarItem Name="About" Text="À propos de..." Order="Secondary" Icon="wooden_sign.png" Command="{Binding Main.AboutCommand}" />

View file

@ -57,7 +57,7 @@ namespace AideDeJeu.Views
{
base.OnAppearing();
this.MasterBehavior = MasterBehavior.Popover;
//this.MasterBehavior = MasterBehavior.Popover;
//if (Main.Items.Count() == 0)
//Main.LoadItemsCommand.Execute(null);