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

Commit 122a9c1

Browse files
committed
Mess around with new margins and font weights
1 parent 1f57abb commit 122a9c1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,18 @@
4949

5050

5151
</StackPanel>
52-
<Expander Header="Body"
52+
<Expander Header="Body" Margin="0 4"
53+
FontWeight="SemiBold"
5354
Visibility="{Binding CheckRunSummary, Converter={ghfvs:NullOrWhitespaceToVisibilityConverter}}">
54-
<markdig:MarkdownViewer FontFamily="Consolas" Markdown="{Binding CheckRunSummary}" />
55+
<markdig:MarkdownViewer Margin="21 0 8 0" FontWeight="Normal" Markdown="{Binding CheckRunSummary}" />
5556
</Expander>
5657

5758
<Expander Header="Details"
59+
FontWeight="SemiBold"
60+
Margin="0 4"
5861
Visibility="{Binding CheckRunText, Converter={ghfvs:NullOrWhitespaceToVisibilityConverter}}">
59-
<TextBlock FontFamily="Consolas"
62+
<TextBlock Margin="21 0 8 0" FontFamily="Consolas"
63+
FontWeight="Normal"
6064
Foreground="{DynamicResource VsBrush.GrayText}">
6165
<Run Text="{Binding CheckRunText, Mode=OneWay}"/>
6266
</TextBlock>

0 commit comments

Comments
 (0)