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

Commit 5958982

Browse files
committed
Collapse sections
1 parent c8579c8 commit 5958982

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<ghfvs:SectionControl Name="descriptionSection"
202202
HeaderText="{x:Static ghfvs:Resources.Description}"
203203
Margin="0 4 0 0"
204-
IsExpanded="True"
204+
IsExpanded="False"
205205
ghfvs:ScrollingVerticalStackPanel.IsFixed="true">
206206
<StackPanel Orientation="Vertical">
207207
<StackPanel Orientation="Horizontal" Margin="0 4 0 0">
@@ -225,7 +225,7 @@
225225

226226
<ghfvs:SectionControl Name="reviewsSection"
227227
HeaderText="{x:Static ghfvs:Resources.Reviewers}"
228-
IsExpanded="True"
228+
IsExpanded="False"
229229
Margin="0 8 0 0"
230230
ghfvs:ScrollingVerticalStackPanel.IsFixed="true">
231231
<ItemsControl ItemsSource="{Binding Reviews}" Margin="0 4 12 4">
@@ -239,7 +239,7 @@
239239

240240
<ghfvs:SectionControl Name="checksSection"
241241
HeaderText="Checks"
242-
IsExpanded="True"
242+
IsExpanded="False"
243243
Margin="0 8 0 0"
244244
ghfvs:ScrollingVerticalStackPanel.IsFixed="true"
245245
Visibility="{Binding Checks.Count, Converter={ghfvs:CountToVisibilityConverter}}">

0 commit comments

Comments
 (0)