Re: VerticalPanel not laying out properly

2011-07-01 Thread mjeffw
OK, I figured out that if I surround each widget declaration inside the VerticalPanel with tags, I can use the cell height property on the second cell like this: . That makes my layout do what I want. -- You received this message because you are subscribed to the Google Groups "Google Web To

VerticalPanel not laying out properly

2011-07-01 Thread mjeffw
I've got a simple layout with a VerticalPanel nested inside a DockLayoutPanel. There are three widgets in the VerticalPanel: the first and third ones have an explicitly set height in "EM" units. The middle widget has a height of "100%". I expect the VerticalPanel to fill the entire space given it,