You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ps...@apache.org on 2004/07/21 00:19:15 UTC

cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw ChainsawConstants.java

psmith      2004/07/20 15:19:15

  Modified:    src/java/org/apache/log4j/chainsaw ChainsawConstants.java
  Log:
  Modified the Odd_Row colour to be slightly more grey, as it sometimes appears white on some screens,
  and therefore taking away from the niceness of row striping.
  
  Revision  Changes    Path
  1.14      +1 -1      logging-log4j/src/java/org/apache/log4j/chainsaw/ChainsawConstants.java
  
  Index: ChainsawConstants.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/ChainsawConstants.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ChainsawConstants.java	9 Jul 2004 14:41:06 -0000	1.13
  +++ ChainsawConstants.java	20 Jul 2004 22:19:15 -0000	1.14
  @@ -30,7 +30,7 @@
   public class ChainsawConstants {
     private ChainsawConstants(){}
     
  -  public static final Color COLOR_ODD_ROW = new Color(230, 230, 230);
  +  public static final Color COLOR_ODD_ROW = new Color(200, 200, 200);
     public static final Color COLOR_EVEN_ROW = new Color(255,255,255);
     
     public static final URL WELCOME_URL = ChainsawConstants.class.getClassLoader().getResource(
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org