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

Commit d947786

Browse files
committed
Merge pull request #273 from github/fixes/issue-238
Fix dialog scaling
2 parents e7dc701 + 28b3f82 commit d947786

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/GitHub.UI/Assets/Controls/FilterTextBox.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<Setter Property="AllowDrop" Value="true"/>
1414
<Setter Property="ScrollViewer.PanningMode" Value="VerticalFirst"/>
1515
<Setter Property="Stylus.IsFlicksEnabled" Value="False"/>
16-
<Setter Property="Height" Value="24" />
1716
<Setter Property="Padding" Value="3,3,18,3" />
1817
<Setter Property="ContextMenu" Value="{DynamicResource DefaultContextMenu}" />
1918
<Setter Property="Template">

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)