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:
parent
92a26c573f
commit
fe9e5d93f7
|
@ -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);
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue