From: Patrick Plitzner Date: Mon, 2 Nov 2015 17:41:09 +0000 (+0100) Subject: Do not expand type designation section automatically X-Git-Tag: 3.12.0^2~62^2~7^2~8 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/8830229b80c0d805f44bc664e8543d5bd3831276?hp=07929589e907929be00e327c25dc23ca8f7f5d7f;ds=sidebyside Do not expand type designation section automatically --- diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java index 8618277b4..aa63bfbf3 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java @@ -596,7 +596,7 @@ public class DetailsViewer extends AbstractCdmDataViewer { } formFactory.createHorizontalSeparator(parent, SWT.BORDER); - DerivedUnitTypeDesignationSection derivedUnitTypeDesignationSection = formFactory.createDerivedUnitTypeDesignationSection(getConversationHolder(), parent, this, ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED); + DerivedUnitTypeDesignationSection derivedUnitTypeDesignationSection = formFactory.createDerivedUnitTypeDesignationSection(getConversationHolder(), parent, this, ExpandableComposite.TWISTIE); addPart(derivedUnitTypeDesignationSection); }