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 +12
-9
lines changed
src/GitHub.VisualStudio.UI/Views/GitHubPane Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 4646 Text =" {Binding PullRequestTitle}"
4747 TextWrapping =" Wrap" />
4848
49- <markdig : MarkdownViewer FontFamily =" Consolas"
50- Visibility =" {Binding CheckRunSummary, Converter={ghfvs:NullOrWhitespaceToVisibilityConverter}}"
51- Markdown =" {Binding CheckRunSummary}" />
52-
53- <TextBlock FontFamily =" Consolas"
54- Foreground =" {DynamicResource VsBrush.GrayText}"
55- Visibility =" {Binding CheckRunText, Converter={ghfvs:NullOrWhitespaceToVisibilityConverter}}" >
56- <Run Text =" {Binding CheckRunText, Mode=OneWay}" />
57- </TextBlock >
49+ <Expander Header =" Body"
50+ Visibility =" {Binding CheckRunSummary, Converter={ghfvs:NullOrWhitespaceToVisibilityConverter}}" >
51+ <markdig : MarkdownViewer FontFamily =" Consolas" Markdown =" {Binding CheckRunSummary}" />
52+ </Expander >
53+
54+ <Expander Header =" Details"
55+ Visibility =" {Binding CheckRunText, Converter={ghfvs:NullOrWhitespaceToVisibilityConverter}}" >
56+ <TextBlock FontFamily =" Consolas"
57+ Foreground =" {DynamicResource VsBrush.GrayText}" >
58+ <Run Text =" {Binding CheckRunText, Mode=OneWay}" />
59+ </TextBlock >
60+ </Expander >
5861
5962 <Rectangle Fill =" {DynamicResource GitHubHeaderSeparatorBrush}" Height =" 1" Margin =" -8 4" />
6063
You can’t perform that action at this time.
0 commit comments