Project

General

Profile

« Previous | Next » 

Revision 3b911631

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 fixing width

View differences:

src/main/java/eu/etaxonomy/vaadin/component/ToManyRelatedEntitiesComboboxSelect.java
40 40
        // TODO this.fieldTyp = LazyComboBox.class does not work
41 41
        LazyComboBox<V> field = new LazyComboBox<V>(itemType);
42 42
        this.fieldType = (Class<LazyComboBox<V>>) field.getClass();
43

  
44

  
45 43
    }
46 44

  
47 45
    /**
......
59 57
            field.setCaptionGenerator(captionGenerator);
60 58
        }
61 59
        field.setValue(val);
60
        field.setWidth(100, Unit.PERCENTAGE);
62 61
        return field;
63 62
    }
64 63

  

Also available in: Unified diff