Subversion Repository Public Repository

litesoft

Diff Revisions 246 vs 247 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/impls/others/SizeableFormContainer.java

Diff revisions: vs.
  @@ -9,6 +9,6 @@
9 9 {
10 10 public SizeableFormContainer( ISizeableWidget pWidget )
11 11 {
12 - super( new SizeableVerticalPanel( true ), pWidget );
12 + super( new SizeableVerticalPanel(), pWidget );
13 13 }
14 14 }