IDEMPIERE-342 RecordInfo not properly set on Firefox

(transplanted from fd74c7bc180a66a3288c56ee003dc0feb8cc1984)
This commit is contained in:
Hesham S. Ahmed 2012-07-20 02:35:17 +03:00
parent 009f1389f5
commit 3c129bf182
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ public class StatusBarPanel extends Panel implements EventListener, IStatusBar
if (!embedded)
LayoutUtils.addSclass("status-info", infoLine);
vbox = new Vbox();
vbox.setAlign("stretch");
vbox.setPack("center");
LayoutUtils.addSclass("status", vbox);
vbox.appendChild(east);