IDEMPIERE-3113:leak by update zk (zk 7.0.7or zk8)

https://www.zkoss.org/wiki/ZK_Component_Reference/Layouts/Borderlayout#Grown_by_children
This commit is contained in:
hieplq 2016-05-25 00:48:43 +07:00
parent 92a26c573f
commit fe9e5d93f7
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class WPaymentFormWindow extends Window implements EventListener<Event>,
ZKUpdateUtil.setVflex(mainLayout, "min");
center.appendChild(centerPanel = getPanel());
LayoutUtils.addSclass("payment-form-content", centerPanel);
ZKUpdateUtil.setVflex(centerPanel, "1");
ZKUpdateUtil.setVflex(centerPanel, "min");
ZKUpdateUtil.setHflex(centerPanel, "1");
center.setAutoscroll(true);
//