Project

General

Profile

« Previous | Next » 

Revision 8626f584

Added by Andreas Kohlbecker over 5 years ago

fix #7712 more space for the citation detail in name editor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditor.java
16 16
import java.util.UUID;
17 17

  
18 18
import org.apache.commons.lang3.BooleanUtils;
19
import org.apache.log4j.Level;
20 19
import org.springframework.context.annotation.Scope;
21 20
import org.springframework.security.core.GrantedAuthority;
22 21
import org.vaadin.viritin.fields.LazyComboBox;
......
75 74

  
76 75
    private final static int GRID_COLS = 4;
77 76

  
78
    private final static int GRID_ROWS = 17;
77
    private final static int GRID_ROWS = 18;
79 78

  
80 79
    private static final boolean HAS_BASIONYM_DEFAULT = false;
81 80

  
......
341 340
                );
342 341
            }
343 342
            });
344
        logger.setLevel(Level.DEBUG);
343

  
344

  
345 345
        // nomReferenceCombobox.getSelect().addValueChangeListener(e -> logger.debug("nomReferenceCombobox value changed #1"));
346 346
        // nomReferenceCombobox.setWidth(300, Unit.PIXELS);
347 347
        nomReferenceCombobox.setWidth("100%");
348
        addField(nomReferenceCombobox, "nomenclaturalReference", 0, row, 2, row);
349
        nomenclaturalReferenceDetail = addTextField("Reference detail", "nomenclaturalMicroReference", 3, row, 3, row);
350
        nomenclaturalReferenceDetail.setWidth(100, Unit.PIXELS);
348
        addField(nomReferenceCombobox, "nomenclaturalReference", 0, row, 3, row);
349

  
350
        row++;
351
        nomenclaturalReferenceDetail = addTextField("Reference detail", "nomenclaturalMicroReference", 0, row, 2, row);
352
        nomenclaturalReferenceDetail.setWidth(100, Unit.PERCENTAGE);
351 353

  
352 354
        // --------------- Basionyms
353 355
        row++;

Also available in: Unified diff