IDEMPIERE-166 Integrating new logo

This commit is contained in:
Deepak Pansheriya 2013-04-12 18:05:22 +05:30
parent 964c2cdaf5
commit 29a95f09c8
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ public class AboutWindow extends Window implements EventListener<Event> {
vbox.setPack("center");
vbox.setParent(tabPanel);
Image image = new Image(ThemeManager.getSmallLogo());
Image image = new Image(ThemeManager.getLargeLogo());
image.setParent(vbox);
Text text = new Text(Adempiere.getSubtitle());