Fixed application logo missing.
This commit is contained in:
parent
3a3d13a6e3
commit
0ead96fc04
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue