Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c754e07

Browse files
author
Steven Kirk
committed
Hardcode font settings in WindowController
To to make sure we have a predictable base font.
1 parent 5fb2507 commit c754e07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/GitHub.VisualStudio/UI/WindowController.xaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
HasMinimizeButton="False"
1616
HasMaximizeButton="False"
1717
Background="White"
18+
FontFamily="Segoe UI"
19+
FontSize="12"
20+
FontStretch="Normal"
21+
FontStyle="Normal"
22+
FontWeight="Normal"
1823
SnapsToDevicePixels="True"
1924
UseLayoutRounding="True">
2025
<Grid x:Name="Container">

0 commit comments

Comments
 (0)