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

Commit 632151e

Browse files
Merge branch 'master' into features/check-suite-annotations-expanders
2 parents 122a9c1 + 9124705 commit 632151e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitHub.VisualStudio.UI/Views/CommentView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<Grid>
3939
<!-- Displays an existing comment-->
40-
<Border BorderBrush="{DynamicResource VsBrush.ScrollBarThumbBackground}" BorderThickness="0 1 0 0" HorizontalAlignment="Stretch">
40+
<Border BorderBrush="{DynamicResource VsBrush.ScrollBarThumbBackground}" HorizontalAlignment="Stretch">
4141
<Grid Background="{DynamicResource VsBrush.ToolWindowBackground}">
4242
<Grid.ColumnDefinitions>
4343
<ColumnDefinition Width="4" />

src/GitHub.VisualStudio.UI/Views/InlineAnnotationView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ghfvs:InlineAnnotationViewModelDesigner />
1313
</d:DesignProperties.DataContext>
1414

15-
<Border BorderBrush="{DynamicResource VsBrush.ScrollBarThumbBackground}" BorderThickness="0 0 0 1" HorizontalAlignment="Stretch" Margin="0 0 0 4">
15+
<Border BorderBrush="{DynamicResource VsBrush.ScrollBarThumbBackground}" BorderThickness="0 0 0 1" HorizontalAlignment="Stretch" Margin="0">
1616
<Grid Background="{DynamicResource VsBrush.ToolWindowBackground}" HorizontalAlignment="Stretch">
1717
<Grid.ColumnDefinitions>
1818
<ColumnDefinition Width="4" />

0 commit comments

Comments
 (0)