Project

General

Profile

« Previous | Next » 

Revision 70359913

Added by Katja Luther over 3 years ago

ref #9116: rename additional source information

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/l10n/messages_de.properties
603 603
CommonNameLanguagePreferencePage_description=W?hlen Sie die f?r Trivialnamen verf?gbaren Sprachen.
604 604

  
605 605
EnumCombo_Placement_status=Platzierungsstatus
606
OriginalSourceAdvancedSection_advanced=Zus?tzliche Informationen
606
OriginalSourceAdvancedSection_advanced=mehr
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/OriginalSourceAdvancedSection.java
54 54
    @Override
55 55
    protected void createControlsByType(AbstractCdmDetailSection<ReferencedEntityBase> formElement, Class<ReferencedEntityBase> entityClass, int style) {
56 56
        super.createControlsByType(formElement, entityClass, style);
57
        int i = this.getTextClientHeightDifference();
57 58

  
58 59
        TableWrapLayout layout = new TableWrapLayout();
59 60
        layout.topMargin = 0;
60 61
        layout.bottomMargin = 0;
61 62
        layout.numColumns = DEFAULT_NUM_COLUMNS;
62
        setLayout(layout);
63
        getLayoutComposite().setLayout(layout);
64
//        setLayout(layout);
63 65

  
64 66
    }
65 67

  

Also available in: Unified diff