IDEMPIERE-2262:ZK7 - Report toolbar missing (select format, output etc.)
This commit is contained in:
parent
d6eafd8670
commit
a4d9e5d95a
|
@ -146,6 +146,7 @@ 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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue