Revision: 2978
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2978&view=rev
Author:   hofman
Date:     2007-09-22 04:53:47 -0700 (Sat, 22 Sep 2007)

Log Message:
-----------
Slightly lighter arrows in scale popup.

Modified Paths:
--------------
    trunk/BDSKHeaderPopUpButtonCell.m

Modified: trunk/BDSKHeaderPopUpButtonCell.m
===================================================================
--- trunk/BDSKHeaderPopUpButtonCell.m   2007-09-22 11:49:37 UTC (rev 2977)
+++ trunk/BDSKHeaderPopUpButtonCell.m   2007-09-22 11:53:47 UTC (rev 2978)
@@ -185,7 +185,7 @@
        [path closePath];
     
     [NSGraphicsContext saveGraphicsState];
-       [[NSColor blackColor] set];
+       [[NSColor colorWithCalibratedWhite:0.0 alpha:0.85] set];
        [path fill];
     [NSGraphicsContext restoreGraphicsState];
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to