IDEMPIERE-2261:zk7 - Attribute set Window is scrapped - doesnt display non instanc. attributes
This commit is contained in:
parent
1c389f614f
commit
abd95e3af1
|
@ -213,8 +213,8 @@ public class WPAttributeDialog extends Window implements EventListener<Event>
|
||||||
Center center = new Center();
|
Center center = new Center();
|
||||||
center.setSclass("dialog-content");
|
center.setSclass("dialog-content");
|
||||||
center.setParent(mainLayout);
|
center.setParent(mainLayout);
|
||||||
centerPanel.setVflex("1");
|
centerPanel.setVflex("min");
|
||||||
centerPanel.setHflex("1");
|
centerPanel.setHflex("min");
|
||||||
center.appendChild(centerPanel);
|
center.appendChild(centerPanel);
|
||||||
|
|
||||||
South south = new South();
|
South south = new South();
|
||||||
|
|
Loading…
Reference in New Issue