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

Commit a327209

Browse files
committed
Tidy up margins
1 parent b2810aa commit a327209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<sampleData:CommentThreadViewModelDesigner />
1111
</d:DesignProperties.DataContext>
1212

13-
<StackPanel Orientation="Vertical">
13+
<StackPanel Orientation="Vertical" Margin="0 0 0 4">
1414
<ItemsControl ItemsSource="{Binding Annotations}">
1515
<ItemsControl.ItemTemplate>
1616
<DataTemplate>
@@ -22,7 +22,7 @@
2222
<ItemsControl ItemsSource="{Binding Comments}">
2323
<ItemsControl.ItemTemplate>
2424
<DataTemplate>
25-
<local:CommentView Margin="0 4"/>
25+
<local:CommentView Margin="0"/>
2626
</DataTemplate>
2727
</ItemsControl.ItemTemplate>
2828
</ItemsControl>

0 commit comments

Comments
 (0)