IDEMPIERE-572 - scroll wheel works in very small steps in Swing Client

This commit is contained in:
Thomas Bayen 2013-01-20 14:44:21 +01:00
parent f3b9f4bae4
commit 3681e14285
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);