row height default was set to low
2005-07-11 Lillian Angel <[EMAIL PROTECTED]>
* javax/swing/plaf/basic/BasicLookAndFeel.java
Changed the default row height for the tree.
Index: javax/swing/plaf/basic/BasicLookAndFeel.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java,v
retrieving revision 1.28
diff -u -r1.28 BasicLookAndFeel.java
--- javax/swing/plaf/basic/BasicLookAndFeel.java 11 Jul 2005 15:49:09 -0000 1.28
+++ javax/swing/plaf/basic/BasicLookAndFeel.java 11 Jul 2005 20:11:01 -0000
@@ -1032,7 +1032,7 @@
new IconUIResource(new ImageIcon(getClass().getResource(
"/gnu/javax/swing/plaf/gtk/icons/TreeOpen.png"))),
"Tree.rightChildIndent", new Integer(13),
- "Tree.rowHeight", new Integer(16),
+ "Tree.rowHeight", new Integer(19),
"Tree.scrollsOnExpand", Boolean.TRUE,
"Tree.selectionBackground", new ColorUIResource(Color.black),
"Tree.selectionBorderColor", new ColorUIResource(Color.black),
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches