- Timestamp:
- 07/11/08 14:20:08 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/itmill/toolkit/tests/tickets/Ticket1934.java
r5085 r5094 18 18 ExpandLayout testedLayout = new ExpandLayout( 19 19 ExpandLayout.ORIENTATION_HORIZONTAL); 20 testedLayout.setWidth( 500);21 testedLayout.setHeight( 200);20 testedLayout.setWidth("500px"); 21 testedLayout.setHeight("200px"); 22 22 23 23 Button b1 = new Button("b1");
