Subversion Repository Public Repository

litesoft

Diff Revisions 246 vs 247 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/CloseableFloaterPanelTitleBar.java

Diff revisions: vs.
  @@ -12,7 +12,6 @@
12 12 public CloseableFloaterPanelTitleBar( String pForm, Command pCloseCommand )
13 13 {
14 14 mTitle.setStyleName( "litesoft-" + pForm + "BarCaption" );
15 - setVerticalAlignment( ALIGN_MIDDLE );
16 15 buildTitleBar( pCloseCommand );
17 16 }
18 17