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

Log Message:
-----------
Lighter border around popups in zoomable scroll views.

Modified Paths:
--------------
    trunk/bibdesk/BDSKZoomablePDFView.m
    trunk/bibdesk/BDSKZoomableScrollView.m

Modified: trunk/bibdesk/BDSKZoomablePDFView.m
===================================================================
--- trunk/bibdesk/BDSKZoomablePDFView.m 2007-09-21 23:11:07 UTC (rev 11120)
+++ trunk/bibdesk/BDSKZoomablePDFView.m 2007-09-22 11:42:07 UTC (rev 11121)
@@ -297,7 +297,7 @@
         shadowRect.size.height += 1.0;
                shadowRect = [self convertRect:shadowRect 
fromView:[scalePopUpButton superview]];
         if (NSIntersectsRect(rect, shadowRect)) {
-            [[NSColor lightGrayColor] set];
+            [[NSColor colorWithCalibratedWhite:0.75 alpha:1.0] set];
             NSRectFill(shadowRect);
         }
     }

Modified: trunk/bibdesk/BDSKZoomableScrollView.m
===================================================================
--- trunk/bibdesk/BDSKZoomableScrollView.m      2007-09-21 23:11:07 UTC (rev 
11120)
+++ trunk/bibdesk/BDSKZoomableScrollView.m      2007-09-22 11:42:07 UTC (rev 
11121)
@@ -111,7 +111,7 @@
         shadowRect.size.width += 1.0;
         shadowRect.size.height += 1.0;
         if (NSIntersectsRect(rect, shadowRect)) {
-            [[NSColor lightGrayColor] set];
+            [[NSColor colorWithCalibratedWhite:0.75 alpha:1.0] set];
             NSRectFill(shadowRect);
         }
     }


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