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

This commit is contained in:
Carlos Ruiz 2015-01-14 10:35:07 -05:00
parent 510cfe7db0
commit 7ee8d28904
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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");