IDEMPIERE-1803 please change product attribute instance popup width

This commit is contained in:
tsvikruha 2015-03-04 18:53:54 -05:00
parent 64de4900fb
commit a66dbb1ad8
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ public class WPAttributeInstance extends Window implements EventListener<Event>
super ();
this.setTitle(Msg.getMsg(Env.getCtx(), "PAttributeInstance") + title);
this.setBorder("normal");
this.setWidth("500px");
this.setSizable(true);
this.setMaximizable(true);
this.setWidth("1000px");
this.setHeight("550px");
init (M_Warehouse_ID, M_Locator_ID, M_Product_ID, C_BPartner_ID);