IDEMPIERE-572 - Merge with 4cb73e9114005fdeb647e964af1bb0c708db4f76

This commit is contained in:
Thomas Bayen 2013-01-25 02:59:19 +01:00
commit b0e438f7e1
1 changed files with 1 additions and 0 deletions

View File

@ -370,6 +370,7 @@ public class GridController extends CPanel
{
vPanel.setBorder(BorderFactory.createLineBorder(AdempierePLAF.getPrimary2()));
}
vPane.getVerticalScrollBar().setUnitIncrement(16); // IDEMPIERE-572 - tbayen 2013-01-20
vPane.getViewport().add(xPanel, null);
xPanel.add(vPanel, BorderLayout.CENTER);