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

Commit 829de23

Browse files
donokudaStanleyGoldman
authored andcommitted
Negative margins and format title
1 parent 4ce6b7f commit 829de23

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@
3131
<StackPanel DockPanel.Dock="Top" Margin="8 0" Orientation="Vertical">
3232
<TextBlock FontSize="16" VerticalAlignment="Center">
3333
<Run FontWeight="SemiBold" Text="{Binding CheckSuiteName, Mode=OneWay}"/>
34-
</TextBlock>
35-
<TextBlock FontSize="16" VerticalAlignment="Center">
34+
<Run Text="/"/>
3635
<Run FontWeight="SemiBold" Text="{Binding CheckRunName, Mode=OneWay}"/>
36+
3737
<Run>for</Run>
38+
3839
<Hyperlink Command="{Binding NavigateToPullRequest}">
3940
<Run>#</Run><Run Text="{Binding PullRequestNumber, Mode=OneWay}"/>
4041
</Hyperlink>
@@ -44,7 +45,7 @@
4445
Margin="0"
4546
Text="{Binding PullRequestTitle}"
4647
TextWrapping="Wrap"/>
47-
<Rectangle Fill="{DynamicResource GitHubHeaderSeparatorBrush}" Height="1" Margin="0 4"/>
48+
<Rectangle Fill="{DynamicResource GitHubHeaderSeparatorBrush}" Height="1" Margin="-8 4"/>
4849

4950
<ItemsControl Margin="-4 0" ItemsSource="{Binding AnnotationsDictionary}">
5051
<ItemsControl.ItemTemplate>

0 commit comments

Comments
 (0)