Browse Source

Add align bottom to the tests with heights just to make it more interesting

svn changeset:22593/svn branch:6.7
tags/7.0.0.alpha2
Leif Åstrand 12 years ago
parent
commit
10124fe027

+ 4
- 0
tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java View File

setChildState(0, 1, 2); setChildState(0, 1, 2);
// Height: 100% to middle child // Height: 100% to middle child
setChildState(1, 1, 4); setChildState(1, 1, 4);
// Alignment: bottom left to right child
setChildState(2, 4, 7);
} }
})); }));


setChildState(0, 1, 2); setChildState(0, 1, 2);
// Height: 100% to middle child // Height: 100% to middle child
setChildState(1, 1, 4); setChildState(1, 1, 4);
// Alignment: bottom left to right child
setChildState(2, 4, 7);
} }
})); }));



Loading…
Cancel
Save