1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-31 07:26:09 +00:00
This commit is contained in:
Yan Maniez 2019-06-22 00:01:56 +02:00
parent 94c30abb62
commit fdf4601cc5

View file

@ -24,7 +24,7 @@
} }
grid label { grid label {
text-align: center; text-align: center;
font-family: LinuxLibertineCapitalsBold; font-family: LinuxLibertineCapitals;
-xf-vertical-text-alignment: end; -xf-vertical-text-alignment: end;
vertical-align: end; vertical-align: end;
} }
@ -87,19 +87,19 @@
<!--<Label Text="{Binding Main.Navigator.TestNotify}" TextColor="Transparent" />--> <!--<Label Text="{Binding Main.Navigator.TestNotify}" TextColor="Transparent" />-->
<Frame> <Frame>
<Grid> <Grid>
<Label Text="Personnages" /> <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}" />
</Grid> </Grid>
</Frame> </Frame>
<Frame> <Frame>
<Grid> <Grid>
<Label Text="Dés" /> <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}" />
</Grid> </Grid>
</Frame> </Frame>
<Frame> <Frame>
<Grid> <Grid>
<Label Text="Bibliothèque" /> <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}" />
</Grid> </Grid>
</Frame> </Frame>
@ -117,7 +117,7 @@
</Frame>--> </Frame>-->
<Frame> <Frame>
<Grid> <Grid>
<Label Text="A propos de..." /> <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}" />
</Grid> </Grid>
</Frame> </Frame>