Skip to content

Commit

Permalink
Always smooth text on XP start button (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
dremin committed Aug 1, 2022
1 parent b96ba72 commit 800a21c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RetroBar/Themes/System.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,8 @@
Value="{DynamicResource start_text}" />
<Setter Property="FontWeight"
Value="Bold" />
<Setter Property="TextOptions.TextRenderingMode"
Value="Auto" />
</Style>

<Style TargetType="TextBlock"
Expand Down
2 changes: 2 additions & 0 deletions RetroBar/Themes/Windows XP Blue.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,8 @@
Value="0,0,26,0" />
<Setter Property="Effect"
Value="{DynamicResource StartLabelShadow}" />
<Setter Property="TextOptions.TextRenderingMode"
Value="Grayscale" />
</Style>

<Style TargetType="TextBlock"
Expand Down

0 comments on commit 800a21c

Please sign in to comment.