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

Commit 1f57abb

Browse files
committed
Better Margins, Better Pizza, Papa John's
1 parent 1945041 commit 1f57abb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestAnnotationsView.xaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828

2929
<ScrollViewer VerticalScrollBarVisibility="Auto">
3030
<StackPanel>
31-
<StackPanel DockPanel.Dock="Top" Margin="8 0" Orientation="Vertical">
31+
<StackPanel DockPanel.Dock="Top" Orientation="Vertical">
32+
<StackPanel Margin="8 0">
3233
<TextBlock FontSize="16" VerticalAlignment="Center">
3334
<Run FontWeight="SemiBold" Text="{Binding CheckSuiteName, Mode=OneWay}"/>
3435
<Run Text="/"/>
@@ -46,6 +47,8 @@
4647
Text="{Binding PullRequestTitle}"
4748
TextWrapping="Wrap"/>
4849

50+
51+
</StackPanel>
4952
<Expander Header="Body"
5053
Visibility="{Binding CheckRunSummary, Converter={ghfvs:NullOrWhitespaceToVisibilityConverter}}">
5154
<markdig:MarkdownViewer FontFamily="Consolas" Markdown="{Binding CheckRunSummary}" />
@@ -59,9 +62,9 @@
5962
</TextBlock>
6063
</Expander>
6164

62-
<Rectangle Fill="{DynamicResource GitHubHeaderSeparatorBrush}" Height="1" Margin="-8 4"/>
65+
<Rectangle Fill="{DynamicResource GitHubHeaderSeparatorBrush}" Height="1" Margin="0 4"/>
6366

64-
<ItemsControl Margin="-4 0" ItemsSource="{Binding AnnotationsDictionary}">
67+
<ItemsControl ItemsSource="{Binding AnnotationsDictionary}">
6568
<ItemsControl.ItemTemplate>
6669
<DataTemplate>
6770
<StackPanel>

0 commit comments

Comments
 (0)