mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 15:36:07 +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 { | ||||
|                 text-align: center; | ||||
|                 font-family: LinuxLibertineCapitalsBold; | ||||
|                 font-family: LinuxLibertineCapitals; | ||||
|                 -xf-vertical-text-alignment: end; | ||||
|                 vertical-align: end; | ||||
|             } | ||||
|  | @ -87,19 +87,19 @@ | |||
|                 <!--<Label Text="{Binding Main.Navigator.TestNotify}" TextColor="Transparent" />--> | ||||
|                 <Frame> | ||||
|                     <Grid> | ||||
|                         <Label Text="Personnages" /> | ||||
|                         <Label Text="Personnages" FontFamily="{StaticResource LinuxLibertineCapitals}" /> | ||||
|                         <ImageButton Source="battle_axe.png" Command="{Binding Main.Navigator.PlayerCharacterEditorCommand}" /> | ||||
|                     </Grid> | ||||
|                 </Frame> | ||||
|                 <Frame> | ||||
|                     <Grid> | ||||
|                         <Label Text="Dés" /> | ||||
|                         <Label Text="Dés" FontFamily="{StaticResource LinuxLibertineCapitals}" /> | ||||
|                         <ImageButton Source="d20.png" Command="{Binding Main.Navigator.DicesCommand}" /> | ||||
|                     </Grid> | ||||
|                 </Frame> | ||||
|                 <Frame> | ||||
|                     <Grid> | ||||
|                         <Label Text="Bibliothèque" /> | ||||
|                         <Label Text="Bibliothèque" FontFamily="{StaticResource LinuxLibertineCapitals}" /> | ||||
|                         <ImageButton Source="spell_book.png" Command="{Binding Main.Navigator.LibraryCommand}" /> | ||||
|                     </Grid> | ||||
|                 </Frame> | ||||
|  | @ -117,7 +117,7 @@ | |||
|                 </Frame>--> | ||||
|                 <Frame> | ||||
|                     <Grid> | ||||
|                         <Label Text="A propos de..." /> | ||||
|                         <Label Text="A propos de..." FontFamily="{StaticResource LinuxLibertineCapitals}" /> | ||||
|                         <ImageButton Source="wooden_sign.png" Command="{Binding Main.Navigator.AboutCommand}" /> | ||||
|                     </Grid> | ||||
|                 </Frame> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez