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:
parent
e56fac8f87
commit
f2b32d505a
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue