]> source.dussan.org Git - vaadin-framework.git/commit
Position caption correctly in GridLayout (#9909)
authorPetter Holmström <petter.holmstrom@outlook.com>
Mon, 4 Sep 2017 11:56:41 +0000 (14:56 +0300)
committerHenri Sara <henri.sara@gmail.com>
Mon, 4 Sep 2017 11:56:41 +0000 (14:56 +0300)
commit212ec0a83d316258ef7aa1f006c9570f7ddaaa9f
tree92e9709c863719b8557f7eb90207a36e90232723
parentdae918ed2cd0db3fdcdc1ba8206ecb57dab4745a
Position caption correctly in GridLayout (#9909)

Position caption correctly when using different vertical alignment than TOP in GridLayout.

Fixes #7895
client/src/main/java/com/vaadin/client/ui/layout/VLayoutSlot.java
uitest/src/main/java/com/vaadin/tests/layouts/gridlayout/GridLayoutCaptionOnBottomAlignedComponent.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/layouts/gridlayout/GridLayoutCaptionOnBottomAlignedComponentTest.java [new file with mode: 0644]