IDEMPIERE-2780 Make Info window in swing extendible

This commit is contained in:
Dirk Niemeyer 2015-08-26 08:30:12 -05:00
parent 59acc19449
commit 859345c2e7
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ public abstract class Info extends CDialog
/** Static Layout */
private CPanel southPanel = new CPanel();
private BorderLayout southLayout = new BorderLayout();
ConfirmPanel confirmPanel = new ConfirmPanel(true, true, true, true, true, true, true);
protected ConfirmPanel confirmPanel = new ConfirmPanel(true, true, true, true, true, true, true);
//Begin - [FR 1823612 ] Product Info Screen Improvements
protected CPanel addonPanel = new CPanel();
//End - [FR 1823612 ] Product Info Screen Improvements