]> source.dussan.org Git - vaadin-framework.git/commit
Grid layout slots should be slot size not slot content size (#17039)
authorMikael Grankvist <mgrankvi@vaadin.com>
Thu, 12 Mar 2015 12:19:14 +0000 (14:19 +0200)
committerVaadin Code Review <review@vaadin.com>
Fri, 10 Apr 2015 12:12:24 +0000 (12:12 +0000)
commit37be37449713b3e07fc2e284695d94ea116e43e7
tree8ea64d01c55dd1a6d6d5c5e15b5f95378b969545
parentd175f53e44bb835139fd10097fed4cb8eee58870
Grid layout slots should be slot size not slot content size (#17039)

Change-Id: I73a26b0d2f07bb624df6037e4e77f7137fd21791
client/src/com/vaadin/client/ui/VGridLayout.java
client/src/com/vaadin/client/ui/VSlider.java
client/src/com/vaadin/client/ui/layout/VLayoutSlot.java
uitest/src/com/vaadin/tests/components/gridlayout/GridLayoutCellSizesUI.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/gridlayout/GridLayoutCellSizesUITest.java [new file with mode: 0644]