diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependenciesPage.java b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependenciesPage.java index 28ab169ce5..f9c76fbb5d 100644 --- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependenciesPage.java +++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/DependenciesPage.java @@ -79,7 +79,8 @@ protected void createFormContent(IManagedForm managedForm) { } else { gd.horizontalSpan = 2; } - section = new DependencyAnalysisSection(this, right, ExpandableComposite.COMPACT); + // Expand by default + section = new DependencyAnalysisSection(this, right, ExpandableComposite.EXPANDED); } else { // No MANIFEST.MF (not a Bundle), 3.0 timeframe MatchSection matchSection = new MatchSection(this, right, true);