Changeset 5101
- Timestamp:
- 07/11/08 17:32:22 (7 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/itmill/toolkit/terminal/gwt/client/ui/IOrderedLayout.java
r5096 r5101 632 632 DOM.setStyleAttribute(e, "width", pixelWidth < 0 ? "" : pixelWidth 633 633 + "px"); 634 DOM.setStyleAttribute(e, "height", 635 pixelHeight < 0 ? (e == clipperDiv || !tableMode ? "100%" 636 : "") : pixelHeight + "px"); 634 DOM.setStyleAttribute(e, "height", pixelHeight < 0 ? "" 635 : pixelHeight + "px"); 637 636 638 637 // Set cached values
