Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,6 +1,8 @@
1 1 // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
2 2 package org.litesoft.GWT.client.widgets.nonpublic;
3 3
4 + import org.litesoft.core.util.*;
5 +
4 6 import com.google.gwt.user.client.*;
5 7 import com.google.gwt.user.client.ui.*;
6 8
  @@ -45,7 +47,7 @@
45 47
46 48 panel.setVerticalAlignment( HasVerticalAlignment.ALIGN_BOTTOM );
47 49
48 - HTML first = new HTML( " ", true ), rest = new HTML( " ", true );
50 + HTML first = new HTML( HTMLConstants.NBSP, true ), rest = new HTML( HTMLConstants.NBSP, true );
49 51 //noinspection GWTStyleCheck
50 52 first.setStyleName( "gwt-TabBarFirst" );
51 53 //noinspection GWTStyleCheck