lib/browser/GraphBrowser/GraphBrowser.java
changeset 6753 43507781dc4d
parent 6648 d70810da5565
child 9407 e8f6d918fde9
--- a/lib/browser/GraphBrowser/GraphBrowser.java	Mon May 31 23:09:13 1999 +0200
+++ b/lib/browser/GraphBrowser/GraphBrowser.java	Tue Jun 01 18:00:33 1999 +0200
@@ -145,8 +145,8 @@
 			scrollp1.getVAdjustable().setUnitIncrement(20);
 			scrollp2.getHAdjustable().setUnitIncrement(20);
 			scrollp2.getVAdjustable().setUnitIncrement(20);
-			Component gv2 = new Border(scrollp1, 5);
-			Component tb2 = new Border(scrollp2, 5);
+			Component gv2 = new Border(scrollp1, 3);
+			Component tb2 = new Border(scrollp2, 3);
 			GridBagLayout gridbag = new GridBagLayout();
 			GridBagConstraints cnstr = new GridBagConstraints();
 			setLayout(gridbag);