Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/com/google/gwt/widgetideas/client/impl/GlassPanelImpl.java

Diff revisions: vs.
  @@ -21,8 +21,7 @@
21 21 /**
22 22 * Deferred binding implementation of {@link GlassPanel}.
23 23 */
24 - public abstract class GlassPanelImpl
25 - {
24 + public abstract class GlassPanelImpl {
26 25 /**
27 26 * TODO Replace with Window.getScrollHeight() when GWT issue 2068 is addressed
28 27 */
  @@ -48,8 +47,7 @@
48 47
49 48 public abstract void matchDocumentSize( GlassPanel glassPanel, boolean dueToResize );
50 49
51 - public void matchParentSize( GlassPanel glassPanel, AbsolutePanel parent )
52 - {
50 + public void matchParentSize( GlassPanel glassPanel, AbsolutePanel parent ) {
53 51 glassPanel.getElement().getStyle().setProperty( "bottom", "0px" );
54 52 glassPanel.getElement().getStyle().setProperty( "right", "0px" );
55 53 }