Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading