Skip to content

Commit

Permalink
Reduce font size to match winuser
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurumaker72 committed Nov 11, 2023
1 parent 17eb32a commit 2db2743
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RsrcArchitect.Views.WPF/Rendering/StyledObjectRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ public StyledObjectRenderer()
Color = SKColors.Black,
IsAntialias = true,
Typeface = SKTypeface.FromFamilyName("MS Shell Dlg 2"),
TextSize = 14
TextSize = 8
},
InvertedTextPaint = new SKPaint
{
Color = SKColors.White,
IsAntialias = true,
Typeface = SKTypeface.FromFamilyName("MS Shell Dlg 2"),
TextSize = 14
TextSize = 8
},
Font = new SKFont
{
Edging = SKFontEdging.SubpixelAntialias,
Typeface = SKTypeface.FromFamilyName("MS Shell Dlg 2"),
Size = 14
Size = 8
},
Titlebar = new Ninepatch
{
Expand Down

0 comments on commit 2db2743

Please sign in to comment.