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

Commit d3caa17

Browse files
committed
Remove the description section
1 parent e307b36 commit d3caa17

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

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

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -185,32 +185,6 @@
185185
</TextBlock>
186186
</StackPanel>
187187

188-
<!-- Author and open time -->
189-
<ghfvs:SectionControl Name="descriptionSection"
190-
HeaderText="{x:Static ghfvs:Resources.Description}"
191-
IsExpanded="True"
192-
ghfvs:ScrollingVerticalStackPanel.IsFixed="true">
193-
<StackPanel Orientation="Vertical">
194-
<!-- View conversation on GitHub -->
195-
<StackPanel Orientation="Horizontal" Margin="0 4 0 0">
196-
<v:ActorAvatarView ViewModel="{Binding Author}"
197-
VerticalAlignment="Bottom"
198-
Width="16"
199-
Height="16"
200-
Margin="0,0,0,1"/>
201-
202-
<TextBlock VerticalAlignment="Center" Margin="4 0" TextWrapping="Wrap">
203-
<Run FontWeight="SemiBold" Text="{Binding Model.Author.Login, Mode=OneWay}" />
204-
<Run Text="{x:Static ghfvs:Resources.Wrote}" />
205-
</TextBlock>
206-
</StackPanel>
207-
<!-- PR Body -->
208-
<markdig:MarkdownViewer Name="bodyMarkdown"
209-
Margin="2 4 10 6"
210-
Markdown="{Binding Body}"/>
211-
</StackPanel>
212-
</ghfvs:SectionControl>
213-
214188
<ghfvs:SectionControl Name="reviewsSection"
215189
HeaderText="{x:Static ghfvs:Resources.Reviewers}"
216190
IsExpanded="True"

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestDetailView.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public PullRequestDetailView()
2626
{
2727
InitializeComponent();
2828

29-
bodyMarkdown.PreviewMouseWheel += ScrollViewerUtilities.FixMouseWheelScroll;
3029
changesSection.PreviewMouseWheel += ScrollViewerUtilities.FixMouseWheelScroll;
3130

3231
this.WhenActivated(d =>

0 commit comments

Comments
 (0)