]> source.dussan.org Git - vaadin-framework.git/commit
BoxLayout now respects the current layout specs, dividing unused space equally if...
authorJouni Koivuviita <jouni@jounikoivuviita.com>
Mon, 16 Apr 2012 15:21:16 +0000 (18:21 +0300)
committerJouni Koivuviita <jouni@jounikoivuviita.com>
Mon, 16 Apr 2012 15:21:16 +0000 (18:21 +0300)
commitcd9354d880f9b5c57220bde5cf2e549b746a4be2
treee8e6fa40bf2a091616b0b75c071eff3f652a273d
parentb84b5e9a1ae2716582bcd84e46c51a0a9974150b
BoxLayout now respects the current layout specs, dividing unused space equally if no expand ratios are used for a layout with a defined size. Captions are also now placed on the right side of the component if no icon or caption text is set for the component
WebContent/VAADIN/themes/base/boxlayout/boxlayout.css
src/com/vaadin/terminal/gwt/client/ui/AbstractBoxLayoutConnector.java
src/com/vaadin/terminal/gwt/client/ui/VBoxLayout.java
tests/testbench/com/vaadin/tests/components/orderedlayout/VaadinTunesLayout.java [new file with mode: 0644]