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

Commit 9cd5482

Browse files
committed
Pretty sure this used to be a DockPanel
1 parent ea2f075 commit 9cd5482

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-
<StackPanel>
30+
<DockPanel>
3131
<StackPanel DockPanel.Dock="Top" Orientation="Vertical">
3232
<StackPanel Margin="8 0">
3333
<TextBlock FontSize="16" VerticalAlignment="Center">
@@ -123,7 +123,7 @@
123123
</ItemsControl.ItemTemplate>
124124
</ItemsControl>
125125
</StackPanel>
126-
</StackPanel>
126+
</DockPanel>
127127
</ScrollViewer>
128128

129129
</UserControl>

0 commit comments

Comments
 (0)