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

Commit d6ae911

Browse files
Simplify view
1 parent d738496 commit d6ae911

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/GitHub.InlineReviews/Views/InlineCommentPeekView.xaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,7 @@
104104
<ScrollViewer Name="threadScroller"
105105
VerticalScrollBarVisibility="Auto"
106106
Background="{DynamicResource GitHubPeekViewBackground}">
107-
<StackPanel Orientation="Vertical">
108-
<Grid>
109-
<ghfvs:CommentThreadView x:Name="threadView" DataContext="{Binding Thread}"/>
110-
</Grid>
111-
</StackPanel>
107+
<ghfvs:CommentThreadView x:Name="threadView" DataContext="{Binding Thread}"/>
112108
</ScrollViewer>
113109
</DockPanel>
114110
</UserControl>

0 commit comments

Comments
 (0)