This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/GitHub.VisualStudio.UI/Views/GitHubPane Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 =" /" />
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}" />
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 >
You can’t perform that action at this time.
0 commit comments