Skip to content

Commit 2f7e8c6

Browse files
committed
Expand Dependency Analysis section of the Manifest Editor by default
Part of #1881
1 parent 2b81907 commit 2f7e8c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependenciesPage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ protected void createFormContent(IManagedForm managedForm) {
7979
} else {
8080
gd.horizontalSpan = 2;
8181
}
82-
section = new DependencyAnalysisSection(this, right, ExpandableComposite.COMPACT);
82+
// Expand by default
83+
section = new DependencyAnalysisSection(this, right, ExpandableComposite.EXPANDED);
8384
} else {
8485
// No MANIFEST.MF (not a Bundle), 3.0 timeframe
8586
MatchSection matchSection = new MatchSection(this, right, true);

0 commit comments

Comments
 (0)