Project

General

Profile

« Previous | Next » 

Revision 905fdec1

Added by Katja Luther over 4 years ago

ref #8631: same layout for unit id and nomenclatural code combobox

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/AbcdImportConfiguratorWizardPage.java
152 152
//	      classificationSelection.setLayoutData(gridData);
153 153
        Label unitIdLabel = new Label(unitIdComposite, SWT.NONE);
154 154
        unitIdLabel.setText(Messages.AbcdImportPreference_map_unit_nr_catalog_number);
155
        unitIdLabel.setLayoutData(gridData);
155 156
        checkBoxMapUnitId = new Combo(unitIdComposite, SWT.BORDER| SWT.READ_ONLY);
156 157
        checkBoxMapUnitId.setLayoutData(gridData);
157 158
        checkBoxMapUnitId.add(ACCESSION_NUMBER);
......
287 288
        codeComposite.setLayout(gridLayoutUnitId);
288 289
        Label labelCode = new Label(codeComposite, SWT.NONE);
289 290
        labelCode.setText("Nomenclatural Code");
291
        labelCode.setLayoutData(gridData);
290 292
        nomenclaturalCodeSelectionCombo = new Combo(codeComposite, SWT.BORDER| SWT.READ_ONLY);
291 293
        nomenclaturalCodeSelectionCombo.setLayoutData(gridData);
292 294
        for(NomenclaturalCode code: NomenclaturalCode.values()){

Also available in: Unified diff