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

Commit 2675dfd

Browse files
committed
Vertically align comment count to top
1 parent 0559b37 commit 2675dfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
Margin="5,0"
5858
Width="16"
5959
Height="16"
60-
VerticalAlignment="Center"
60+
VerticalAlignment="Top"
6161
Foreground="{DynamicResource GitHubVsToolWindowText}">
6262
<!--
6363
<ui:OcticonImage.Style>
@@ -77,7 +77,7 @@
7777
Grid.RowSpan="2"
7878
Grid.Column="3"
7979
HorizontalAlignment="Left"
80-
VerticalAlignment="Center"
80+
VerticalAlignment="Top"
8181
FontFamily="Segoe UI"
8282
FontSize="12"
8383
Foreground="{DynamicResource GitHubVsToolWindowText}"
@@ -100,7 +100,7 @@
100100
Width="10"
101101
Height="10"
102102
HorizontalAlignment="Right"
103-
VerticalAlignment="Center"
103+
VerticalAlignment="Top"
104104
Margin="0,3"
105105
Foreground="Green"
106106
Icon="primitive_dot"

0 commit comments

Comments
 (0)