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

Commit 15b6191

Browse files
committed
Adjust spacing
1 parent fc456f8 commit 15b6191

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,19 @@
3333
Grid.Column="0"
3434
Width="32"
3535
Height="32"
36-
Margin="0,0,9,0"
36+
Margin="0,0,10,0"
3737
RenderOptions.BitmapScalingMode="HighQuality"
3838
VerticalAlignment="Top"
3939
Source="{Binding Author.Avatar}" />
4040
<TextBlock x:Name="title"
4141
Grid.Row="0"
4242
Grid.Column="1"
4343
HorizontalAlignment="Left"
44-
VerticalAlignment="Center"
44+
VerticalAlignment="Top"
4545
FontFamily="Segoe UI"
4646
FontSize="14"
4747
Foreground="{DynamicResource GitHubVsToolWindowText}"
48+
Margin="0,-5,10,0"
4849
Text="{Binding Title}"
4950
TextWrapping="WrapWithOverflow" />
5051
<ui:OcticonImage x:Name="comment_icon"
@@ -55,7 +56,7 @@
5556
Width="14"
5657
Height="14"
5758
VerticalAlignment="Top"
58-
Foreground="{DynamicResource GitHubVsToolWindowText}" >
59+
Foreground="{DynamicResource GitHubVsToolWindowText}">
5960
<!--
6061
<ui:OcticonImage.Style>
6162
<Style>
@@ -122,6 +123,7 @@
122123
Grid.Column="1"
123124
FontFamily="Segoe UI"
124125
FontSize="11"
126+
Margin="0,0,10,0"
125127
Foreground="{DynamicResource GitHubVsGrayText}">
126128
<TextBlock.Text>
127129
<MultiBinding StringFormat="{} {0} {1} {2} {3}">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<Style x:Key="PullRequestListItemContainerStyle" TargetType="{x:Type ListViewItem}">
3636
<Setter Property="SnapsToDevicePixels" Value="True" />
37-
<Setter Property="Margin" Value="0" />
37+
<Setter Property="Margin" Value="0,8" />
3838
<Setter Property="Padding" Value="1" />
3939

4040
<Setter Property="HorizontalContentAlignment" Value="Stretch" />

0 commit comments

Comments
 (0)