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

Commit 4ce6b7f

Browse files
donokudaStanleyGoldman
authored andcommitted
This wasn't necessary
1 parent 329bd00 commit 4ce6b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</Control.Resources>
2828

2929
<ScrollViewer VerticalScrollBarVisibility="Auto">
30-
<DockPanel>
30+
<StackPanel>
3131
<StackPanel DockPanel.Dock="Top" Margin="8 0" Orientation="Vertical">
3232
<TextBlock FontSize="16" VerticalAlignment="Center">
3333
<Run FontWeight="SemiBold" Text="{Binding CheckSuiteName, Mode=OneWay}"/>
@@ -93,7 +93,7 @@
9393
</ItemsControl.ItemTemplate>
9494
</ItemsControl>
9595
</StackPanel>
96-
</DockPanel>
96+
</StackPanel>
9797
</ScrollViewer>
9898

9999
</UserControl>

0 commit comments

Comments
 (0)