IDEMPIERE-2261:zk7 - Attribute set Window is scrapped - doesnt display non instanc. attributes

This commit is contained in:
hieplq 2014-11-02 17:28:53 +07:00
parent 1c389f614f
commit abd95e3af1
1 changed files with 2 additions and 2 deletions

View File

@ -213,8 +213,8 @@ public class WPAttributeDialog extends Window implements EventListener<Event>
Center center = new Center();
center.setSclass("dialog-content");
center.setParent(mainLayout);
centerPanel.setVflex("1");
centerPanel.setHflex("1");
centerPanel.setVflex("min");
centerPanel.setHflex("min");
center.appendChild(centerPanel);
South south = new South();