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

Commit 940133a

Browse files
committed
Adjust line height of pull request info
1 parent 15b6191 commit 940133a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/GitHub.VisualStudio/UI/Views/Controls/PullRequestListItem.xaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
FontFamily="Segoe UI"
4646
FontSize="14"
4747
Foreground="{DynamicResource GitHubVsToolWindowText}"
48+
LineHeight="20"
49+
LineStackingStrategy="BlockLineHeight"
4850
Margin="0,-5,10,0"
4951
Text="{Binding Title}"
5052
TextWrapping="WrapWithOverflow" />
@@ -117,13 +119,14 @@
117119
CommandParameter="{Binding Number}"
118120
Content="{Binding Number}"
119121
FontFamily="Segoe UI"
120-
FontSize="11"
122+
FontSize="12"
123+
Margin="0,3,0,0"
121124
Style="{StaticResource HashtagActionLink}" />
122125
<TextBlock x:Name="description"
123126
Grid.Column="1"
124127
FontFamily="Segoe UI"
125-
FontSize="11"
126-
Margin="0,0,10,0"
128+
FontSize="12"
129+
Margin="0,3,10,0"
127130
Foreground="{DynamicResource GitHubVsGrayText}">
128131
<TextBlock.Text>
129132
<MultiBinding StringFormat="{} {0} {1} {2} {3}">

0 commit comments

Comments
 (0)