Project

General

Profile

« Previous | Next » 

Revision c5ed01f6

Added by Katja Luther almost 7 years ago

ref #6390: revert some changes and add DetailsViewPart changes

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/UriWithLabelElement.java
49 49
    protected void init(CdmFormFactory formFactory, String labelString, URI initialObject, Integer textHeight, int style) {
50 50

  
51 51
        //label
52
        initLabel(formFactory, labelString, false, getLayoutComposite());
52
        initLabel(formFactory, labelString, false, getLayoutComposite(), false);
53 53

  
54 54
        //composite(uri + button)
55 55
        Composite textAndButton = formFactory.createComposite(getLayoutComposite(), style);

Also available in: Unified diff