Subversion Repository Public Repository

litesoft

Diff Revisions 23 vs 49 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/AbstractSizableSimplePanel.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client.widgets.nonpublic;
2 3
3 4 import com.google.gwt.user.client.*;
  @@ -254,7 +255,7 @@
254 255 @Override
255 256 public int getDecorationSizeX()
256 257 {
257 - return DecorationSize.calculate( this, GwtElementDimensionHelperX.INSTANCE, //
258 + return DecorationSize.calculate( this, GwtElementDimensionHelperX.INSTANCE, //
258 259 getElement(), getContainerElement() );
259 260 }
260 261