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:
parent
6328dbacaf
commit
107d2e1e5b
5 changed files with 55 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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" +
|
||||
|
|
|
|||
|
|
@ -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}" />
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue