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/AbstractUriWithExceptionLabelElement.java
38 38

  
39 39
    protected void init(CdmFormFactory formFactory, String labelString, T initialObject, Integer textHeight, int style) {
40 40
        //label
41
        initLabel(formFactory, labelString, false, getLayoutComposite());
41
        initLabel(formFactory, labelString, false, getLayoutComposite(), false);
42 42

  
43 43
        //uri text
44 44
        initText(formFactory, null, textHeight, null, false, style, getLayoutComposite());

Also available in: Unified diff