IDEMPIERE-2262:ZK7 - Report toolbar missing (select format, output etc.)

This commit is contained in:
hieplq 2014-11-02 14:08:54 +07:00
parent d6eafd8670
commit a4d9e5d95a
2 changed files with 3 additions and 1 deletions

View File

@ -146,7 +146,8 @@ public class ZkJRViewer extends Window implements EventListener<Event>, ITabOnCl
North north = new North();
layout.appendChild(north);
north.appendChild(toolbar);
north.setVflex("min");
Center center = new Center();
layout.appendChild(center);
iframe = new Iframe();

View File

@ -359,6 +359,7 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
North north = new North();
layout.appendChild(north);
north.appendChild(toolBar);
north.setVflex("min");
Center center = new Center();
layout.appendChild(center);