commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ChangeLog javax/swing/plaf/metal/Meta...


From: David Gilbert
Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/metal/Meta...
Date: Tue, 13 Jun 2006 21:08:10 +0000

CVSROOT:        /sources/classpath
Module name:    classpath
Changes by:     David Gilbert <trebligd>        06/06/13 21:08:10

Modified files:
        .              : ChangeLog 
        javax/swing/plaf/metal: MetalIconFactory.java 

Log message:
        2006-06-13  David Gilbert  <address@hidden>
        
                * javax/swing/plaf/metal/MetalIconFactory.java
                (HorizontalSliderThumbIcon.gradientMask): Modified by 1 pixel 
to 
                prevent overwriting border,
                (VerticalSliderThumbIcon.gradientMask): Likewise.
        ----------------------------------------------------------------------

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7803&r2=1.7804
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalIconFactory.java?cvsroot=classpath&r1=1.25&r2=1.26

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/classpath/classpath/ChangeLog,v
retrieving revision 1.7803
retrieving revision 1.7804
diff -u -b -r1.7803 -r1.7804
--- ChangeLog   13 Jun 2006 20:54:00 -0000      1.7803
+++ ChangeLog   13 Jun 2006 21:08:10 -0000      1.7804
@@ -1,3 +1,10 @@
+2006-06-13  David Gilbert  <address@hidden>
+
+       * javax/swing/plaf/metal/MetalIconFactory.java
+       (HorizontalSliderThumbIcon.gradientMask): Modified by 1 pixel to 
+       prevent overwriting border,
+       (VerticalSliderThumbIcon.gradientMask): Likewise.
+
 2006-06-13  Andrew John Hughes  <address@hidden>
 
        * javax/management/AttributeNotFoundException.java,

Index: javax/swing/plaf/metal/MetalIconFactory.java
===================================================================
RCS file: 
/sources/classpath/classpath/javax/swing/plaf/metal/MetalIconFactory.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- javax/swing/plaf/metal/MetalIconFactory.java        11 May 2006 17:05:55 
-0000      1.25
+++ javax/swing/plaf/metal/MetalIconFactory.java        13 Jun 2006 21:08:10 
-0000      1.26
@@ -967,7 +967,7 @@
      * This mask is used to paint the gradient in the shape of the thumb.
      */
     int[][] gradientMask = new int[][] { {0, 12}, {0, 12}, {0, 12}, {0, 12},
-                                         {0, 12}, {0, 12}, {0, 12}, {1, 12},
+                                         {0, 12}, {0, 12}, {0, 12}, {1, 11},
                                          {2, 10}, {3, 9}, {4, 8}, {5, 7},
                                          {6, 6}};
 
@@ -1623,7 +1623,7 @@
      * This mask is used to paint the gradient in the shape of the thumb.
      */
     int[][] gradientMask = new int[][] { {0, 12}, {0, 12}, {0, 12}, {0, 12},
-                                         {0, 12}, {0, 12}, {0, 12}, {1, 12},
+                                         {0, 12}, {0, 12}, {0, 12}, {1, 11},
                                          {2, 10}, {3, 9}, {4, 8}, {5, 7},
                                          {6, 6}};
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]