IDEMPIERE-2262 ZK7 - Report toolbar missing (select format, output etc.)
This commit is contained in:
parent
510cfe7db0
commit
7ee8d28904
|
@ -95,7 +95,7 @@ public class ZkJRViewer extends Window implements EventListener<Event>, ITabOnCl
|
|||
this.setStyle("width: 100%; height: 100%; position: absolute");
|
||||
|
||||
Toolbar toolbar = new Toolbar();
|
||||
toolbar.setHeight("26px");
|
||||
toolbar.setHeight("32px");
|
||||
|
||||
previewType.setMold("select");
|
||||
attachment = null; // Added by Martin Augustine - Ntier software Services 09/10/2013
|
||||
|
|
|
@ -248,7 +248,7 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
|
|||
this.appendChild(layout);
|
||||
this.setStyle("width: 100%; height: 100%; position: absolute; border:none; padding:none; margin:none;");
|
||||
|
||||
toolBar.setHeight("26px");
|
||||
toolBar.setHeight("32px");
|
||||
toolBar.setWidth("100%");
|
||||
|
||||
previewType.setMold("select");
|
||||
|
|
Loading…
Reference in New Issue