Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 247 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/FloaterTitleBar.java

Diff revisions: vs.
  @@ -10,7 +10,6 @@
10 10
11 11 public FloaterTitleBar()
12 12 {
13 - super( true );
14 13 LLstretchableHorizontally();
15 14 super.add( mCustomHorizontal );
16 15 super.add( new SizeableSpacer( 3 ).stretchableHorizontally() );
  @@ -42,8 +41,9 @@
42 41
43 42 public CustomHorizontal()
44 43 {
45 - add( new Spacer( 1 ) );
46 44 stretchableHorizontally();
45 + setVerticalAlignment( ALIGN_MIDDLE );
46 + add( new Spacer( 1 ) );
47 47 }
48 48
49 49 @Override