"fixed pain in the ass" scrollbar in configure room dialog

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12248 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Wolf Posdorfer
2011-04-13 12:18:28 +00:00
committed by wolf.posdorfer
parent 4052a30662
commit cf4eeb793f

View File

@ -170,6 +170,8 @@ public class DataFormDialog extends JPanel {
});
final JScrollPane pane = new JScrollPane(this);
pane.getVerticalScrollBar().setBlockIncrement(200);
pane.getVerticalScrollBar().setUnitIncrement(20);
dialog.getContentPane().setLayout(new BorderLayout());