Fixed application logo missing.

This commit is contained in:
Heng Sin Low 2012-03-12 12:03:35 +08:00
parent 3a3d13a6e3
commit 0ead96fc04
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ public class HeaderPanel extends Panel implements EventListener<Event>
image = new Image(ThemeManager.getSmallLogo()); image = new Image(ThemeManager.getSmallLogo());
image.addEventListener(Events.ON_CLICK, this); image.addEventListener(Events.ON_CLICK, this);
image.setStyle("cursor: pointer;"); image.setStyle("cursor: pointer;");
image.setWidth("100px");
Borderlayout layout = new Borderlayout(); Borderlayout layout = new Borderlayout();
LayoutUtils.addSclass("desktop-header", layout); LayoutUtils.addSclass("desktop-header", layout);