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 945b7cccb7
commit c31e78baf3
1 changed files with 1 additions and 1 deletions

View File

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