Project

General

Profile

« Previous | Next » 

Revision d3dc900f

Added by Katja Luther almost 7 years ago

add source reference string to excelImport wizard and missing imageRessource changes

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ImportFromFileDataSourceWizardPage.java
99 99
        labelRef.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 3, 1));
100 100
        textReferenceString = new Text(composite, SWT.NONE);
101 101
        textReferenceString.setEnabled(true);
102
        GridData gd_textReferenceString = new GridData(SWT.LEFT, SWT.CENTER, true, true, 3, 1);
102
        GridData gd_textReferenceString = new GridData(SWT.LEFT, SWT.TOP, true, true, 1, 1);
103 103
        gd_textReferenceString.widthHint = 229;
104 104
        textReferenceString.setLayoutData(gd_textReferenceString);
105 105
		setControl(composite);

Also available in: Unified diff