Do not expand type designation section automatically
authorPatrick Plitzner <p.plitzner@bgbm.org>
Mon, 2 Nov 2015 17:41:09 +0000 (18:41 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Mon, 2 Nov 2015 17:41:09 +0000 (18:41 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java

index 8618277b452902f3adb4b24a438903e79817a655..aa63bfbf3d72737b1f8391c9cc22ac56d375d9a4 100644 (file)
@@ -596,7 +596,7 @@ public class DetailsViewer extends AbstractCdmDataViewer {
         }
 
         formFactory.createHorizontalSeparator(parent, SWT.BORDER);
         }
 
         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);
 
     }
         addPart(derivedUnitTypeDesignationSection);
 
     }