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
945b7cccb7
commit
c31e78baf3
|
@ -86,7 +86,7 @@ public class WPaymentFormWindow extends Window implements EventListener<Event>,
|
||||||
mainLayout.setVflex("min");
|
mainLayout.setVflex("min");
|
||||||
center.appendChild(centerPanel = getPanel());
|
center.appendChild(centerPanel = getPanel());
|
||||||
LayoutUtils.addSclass("payment-form-content", centerPanel);
|
LayoutUtils.addSclass("payment-form-content", centerPanel);
|
||||||
centerPanel.setVflex("1");
|
centerPanel.setVflex("min");
|
||||||
centerPanel.setHflex("1");
|
centerPanel.setHflex("1");
|
||||||
center.setAutoscroll(true);
|
center.setAutoscroll(true);
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue