IDEMPIERE-1045 Improve info Window implementation to enable the definition of related info which will be rendered as tabs at the bottom of the content Pane. Fix height for tabs at bottom.

This commit is contained in:
Heng Sin Low 2014-08-21 21:14:41 +08:00
parent e56fac8f87
commit f2b32d505a
1 changed files with 1 additions and 0 deletions

View File

@ -569,6 +569,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
embeddedTbl.autoSize();
embeddedTbl.getModel().addTableModelListener(this);
embeddedTbl.setVflex("1");
//Xolali - add embeddedTbl to list, add m_sqlembedded to list
EmbedWinInfo ewinInfo = new EmbedWinInfo(embedInfo,embeddedTbl,m_sqlEmbedded,relatedInfo.getLinkColumnName(), relatedInfo.getLinkInfoColumn());