Project

General

Profile

« Previous | Next » 

Revision ca54f1bd

Added by Andreas Kohlbecker almost 7 years ago

ref #6724 geolocation field with log lat parsing and map

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/SpecimenTypeDesignationWorkingsetPopupEditor.java
95 95
        TextArea localityField = new TextArea("Locality");
96 96
        addField(localityField, "locality", 0, row , 2, row);
97 97
        localityField.setWidth("100%");
98
        // NOTE: setRows and SetCold breaks the width setting,
98
        // NOTE: setRows and SetCold breaks he width setting,
99 99
        //        see https://github.com/vaadin/framework/issues/3617
100 100

  
101 101
        row++;

Also available in: Unified diff