1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00
This commit is contained in:
Yan Maniez 2018-07-05 22:31:37 +02:00
parent 2816d66a2a
commit 56d1144583
2 changed files with 4 additions and 4 deletions

View file

@ -172,7 +172,7 @@
</Style> </Style>
<Style TargetType="Label" x:Key="paragraph"> <Style TargetType="Label" x:Key="paragraph">
<Setter Property="FontSize" Value="14" /> <Setter Property="FontSize" Value="16" />
<Setter Property="TextColor" Value="{StaticResource titlered}" /> <Setter Property="TextColor" Value="{StaticResource titlered}" />
<Setter Property="FontFamily" Value="serif" /> <Setter Property="FontFamily" Value="serif" />
</Style> </Style>

View file

@ -24,13 +24,13 @@ namespace AideDeJeu.Tools
this.Paragraph.BackgroundColor = DefaultBackgroundColor; this.Paragraph.BackgroundColor = DefaultBackgroundColor;
this.BackgroundColor = DefaultBackgroundColor; this.BackgroundColor = DefaultBackgroundColor;
//this.Paragraph.ForegroundColor = DefaultTextColor; //this.Paragraph.ForegroundColor = DefaultTextColor;
this.Heading1.ForegroundColor = DefaultTextColor; this.Heading1.ForegroundColor = fdHeading1.TextColor;
this.Heading1.BorderColor = DefaultSeparatorColor; this.Heading1.BorderColor = DefaultSeparatorColor;
this.Heading1.FontFamily = fdHeading1.FontFamily; this.Heading1.FontFamily = fdHeading1.FontFamily;
this.Heading2.ForegroundColor = DefaultTextColor; this.Heading2.ForegroundColor = fdHeading2.TextColor;
this.Heading2.BorderColor = DefaultSeparatorColor; this.Heading2.BorderColor = DefaultSeparatorColor;
this.Heading2.FontFamily = fdHeading2.FontFamily; this.Heading2.FontFamily = fdHeading2.FontFamily;
this.Heading3.ForegroundColor = DefaultTextColor; this.Heading3.ForegroundColor = fdHeading3.TextColor;
this.Heading3.FontFamily = fdHeading3.FontFamily; this.Heading3.FontFamily = fdHeading3.FontFamily;
this.Heading4.ForegroundColor = DefaultTextColor; this.Heading4.ForegroundColor = DefaultTextColor;
this.Heading5.ForegroundColor = DefaultTextColor; this.Heading5.ForegroundColor = DefaultTextColor;