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

Commit 0a757ab

Browse files
committed
🔥 unnecessary grid markup
1 parent 129d863 commit 0a757ab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/GitHub.InlineReviews/Views/InlineCommentPeekView.xaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@
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>
107+
<StackPanel>
108+
<ghfvs:CommentThreadView x:Name="threadView" DataContext="{Binding Thread}"/>
111109
</StackPanel>
112110
</ScrollViewer>
113111
</DockPanel>

0 commit comments

Comments
 (0)