mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-16 15:19:56 +00:00
Police
This commit is contained in:
parent
94c30abb62
commit
fdf4601cc5
1 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue