Revision: 11123
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11123&view=rev
Author:   hofman
Date:     2007-09-22 04:56:58 -0700 (Sat, 22 Sep 2007)

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

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

Modified: trunk/bibdesk/BDSKHeaderPopUpButtonCell.m
===================================================================
--- trunk/bibdesk/BDSKHeaderPopUpButtonCell.m   2007-09-22 11:49:43 UTC (rev 
11122)
+++ trunk/bibdesk/BDSKHeaderPopUpButtonCell.m   2007-09-22 11:56:58 UTC (rev 
11123)
@@ -132,6 +132,7 @@
     if ([self usesItemFromMenu])
         [headerCell setStringValue:[self title]];
        [headerCell setState:[self isHighlighted]];
+       [headerCell setHighlighted:[self isHighlighted]];
        [headerCell drawWithFrame:cellFrame inView:controlView];
        
        if (indicatorImage != nil) {
@@ -166,7 +167,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/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to