Project

General

Profile

« Previous | Next » 

Revision a373eee1

Added by Andreas Kohlbecker over 6 years ago

improving layout

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditor.java
254 254
                );
255 255
            }
256 256
            });
257
        nomReferenceCombobox.setWidth(300, Unit.PIXELS);
257
        // nomReferenceCombobox.setWidth(300, Unit.PIXELS);
258
        nomReferenceCombobox.setWidth("100%");
258 259
        addField(nomReferenceCombobox, "nomenclaturalReference", 0, row, 2, row);
259 260
        nomenclaturalReferenceDetail = addTextField("Reference detail", "nomenclaturalMicroReference", 3, row, 3, row);
260 261
        nomenclaturalReferenceDetail.setWidth(100, Unit.PIXELS);

Also available in: Unified diff