Project

General

Profile

« Previous | Next » 

Revision b85b96a3

Added by Patrick Plitzner over 9 years ago

  • extended DnaQuality details view
    • refactored DateElement creation

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/mvc/element/DateElement.java
62 62
            setLayout(tableWrapLayout);
63 63
        }
64 64

  
65
        textDate = new Text(this, SWT.BORDER);
65
        textDate = new Text(this, SWT.BORDER | SWT.WRAP);
66 66
        textDate.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.TOP, 1, 1));
67 67
        toolkit.adapt(textDate, true, true);
68 68
    }

Also available in: Unified diff