mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
"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:
committed by
wolf.posdorfer
parent
4052a30662
commit
cf4eeb793f
@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user