We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b81907 commit 2f7e8c6Copy full SHA for 2f7e8c6
ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependenciesPage.java
@@ -79,7 +79,8 @@ protected void createFormContent(IManagedForm managedForm) {
79
} else {
80
gd.horizontalSpan = 2;
81
}
82
- section = new DependencyAnalysisSection(this, right, ExpandableComposite.COMPACT);
+ // Expand by default
83
+ section = new DependencyAnalysisSection(this, right, ExpandableComposite.EXPANDED);
84
85
// No MANIFEST.MF (not a Bundle), 3.0 timeframe
86
MatchSection matchSection = new MatchSection(this, right, true);
0 commit comments