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

Commit 6030e77

Browse files
gitexperienceshana
authored andcommitted
Fixes Bug - GitHub section of Home page is cut when large font is used
Making the Height attribute of the user control will make it auto-resizable.
1 parent d1dad3f commit 6030e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/UI/Views/GitHubHomeContent.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
xmlns:cache="clr-namespace:GitHub.VisualStudio.Helpers"
1010
mc:Ignorable="d"
1111
d:DesignHeight="48"
12-
Height="48"
12+
Height="auto"
1313
d:DesignWidth="300"
1414
DataContext="{Binding ViewModel}"
1515
Background="{DynamicResource GitHubVsToolWindowBackground}"

0 commit comments

Comments
 (0)