From abd95e3af1cd14d7a919dbc2a9d5db89c6672041 Mon Sep 17 00:00:00 2001 From: hieplq Date: Sun, 2 Nov 2014 17:28:53 +0700 Subject: [PATCH] IDEMPIERE-2261:zk7 - Attribute set Window is scrapped - doesnt display non instanc. attributes --- .../src/org/adempiere/webui/window/WPAttributeDialog.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WPAttributeDialog.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WPAttributeDialog.java index 0527c39010..50d04587b3 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WPAttributeDialog.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/WPAttributeDialog.java @@ -213,8 +213,8 @@ public class WPAttributeDialog extends Window implements EventListener 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();