1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 22:45:44 +00:00

Test opti binding

This commit is contained in:
Yan Maniez 2019-10-14 09:45:31 +02:00
parent d8c3e17e9d
commit 458df38f64

View file

@ -93,19 +93,19 @@
<Frame>
<Grid>
<Label Text="Personnages" FontFamily="{StaticResource LinuxLibertineCapitals}" />
<ImageButton Source="battle_axe.png" Command="{Binding Main.Navigator.PlayerCharacterEditorCommand}" />
<ImageButton Source="battle_axe.png" Command="{Binding Main.Navigator.PlayerCharacterEditorCommand, Mode=OneTime}" />
</Grid>
</Frame>
<Frame>
<Grid>
<Label Text="Dés" FontFamily="{StaticResource LinuxLibertineCapitals}" />
<ImageButton Source="d20.png" Command="{Binding Main.Navigator.DicesCommand}" />
<ImageButton Source="d20.png" Command="{Binding Main.Navigator.DicesCommand, Mode=OneTime}" />
</Grid>
</Frame>
<Frame>
<Grid>
<Label Text="Bibliothèque" FontFamily="{StaticResource LinuxLibertineCapitals}" />
<ImageButton Source="spell_book.png" Command="{Binding Main.Navigator.LibraryCommand}" />
<ImageButton Source="spell_book.png" Command="{Binding Main.Navigator.LibraryCommand, Mode=OneTime}" />
</Grid>
</Frame>
<!--<Frame>
@ -123,7 +123,7 @@
<Frame>
<Grid>
<Label Text="A propos de..." FontFamily="{StaticResource LinuxLibertineCapitals}" />
<ImageButton Source="wooden_sign.png" Command="{Binding Main.Navigator.AboutCommand}" />
<ImageButton Source="wooden_sign.png" Command="{Binding Main.Navigator.AboutCommand, Mode=OneTime}" />
</Grid>
</Frame>
</FlexLayout>