1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2026-05-15 09:00:28 +00:00
This commit is contained in:
Yan Maniez 2018-07-17 22:51:40 +02:00
parent 5f8ce7aaa2
commit 91615a3cab
5 changed files with 53 additions and 7 deletions

View file

@ -70,6 +70,10 @@
<EmbeddedResource Include="..\..\Data\barbarian_hd.md" Link="Data\barbarian_hd.md" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\Data\classes_hd.md" Link="Data\classes_hd.md" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Views\MainNavigationPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>

View file

@ -45,12 +45,12 @@ namespace AideDeJeu.Views
BindingContext = Main;
this.SizeChanged += (o, e) => {
if (this.Width > 0 && this.Height > 0)
{
this.IsPresented = this.Width > this.Height;
}
};
//this.SizeChanged += (o, e) => {
// if (this.Width > 0 && this.Height > 0)
// {
// this.IsPresented = this.Width > this.Height;
// }
//};
}
protected override void OnAppearing()