mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 08:04:59 +00:00
style<Fonts>: use TextFormattingMode.Ideal for bold letters
This commit is contained in:
parent
303df7a3eb
commit
e6095cec56
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@
|
|||
<TextBlock
|
||||
Margin="0,16,0,0"
|
||||
Text="{StaticResource Text.Diff.Welcome}"
|
||||
FontSize="18" FontWeight="UltraBold"
|
||||
FontSize="18" FontWeight="UltraBold" TextOptions.TextFormattingMode="Ideal"
|
||||
Foreground="{StaticResource Brush.FG2}"
|
||||
HorizontalAlignment="Center"/>
|
||||
</StackPanel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue