IDEMPIERE-1803 please change product attribute instance popup width
This commit is contained in:
parent
64de4900fb
commit
a66dbb1ad8
|
@ -71,7 +71,9 @@ public class WPAttributeInstance extends Window implements EventListener<Event>
|
||||||
super ();
|
super ();
|
||||||
this.setTitle(Msg.getMsg(Env.getCtx(), "PAttributeInstance") + title);
|
this.setTitle(Msg.getMsg(Env.getCtx(), "PAttributeInstance") + title);
|
||||||
this.setBorder("normal");
|
this.setBorder("normal");
|
||||||
this.setWidth("500px");
|
this.setSizable(true);
|
||||||
|
this.setMaximizable(true);
|
||||||
|
this.setWidth("1000px");
|
||||||
this.setHeight("550px");
|
this.setHeight("550px");
|
||||||
|
|
||||||
init (M_Warehouse_ID, M_Locator_ID, M_Product_ID, C_BPartner_ID);
|
init (M_Warehouse_ID, M_Locator_ID, M_Product_ID, C_BPartner_ID);
|
||||||
|
|
Loading…
Reference in New Issue