Revision: 2976
http://skim-app.svn.sourceforge.net/skim-app/?rev=2976&view=rev
Author: hofman
Date: 2007-09-22 04:40:31 -0700 (Sat, 22 Sep 2007)
Log Message:
-----------
Lighter border around popups in zoomable PDF views.
Modified Paths:
--------------
trunk/BDSKZoomablePDFView.m
trunk/SKSecondaryPDFView.m
Modified: trunk/BDSKZoomablePDFView.m
===================================================================
--- trunk/BDSKZoomablePDFView.m 2007-09-22 11:36:37 UTC (rev 2975)
+++ trunk/BDSKZoomablePDFView.m 2007-09-22 11:40:31 UTC (rev 2976)
@@ -169,7 +169,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/SKSecondaryPDFView.m
===================================================================
--- trunk/SKSecondaryPDFView.m 2007-09-22 11:36:37 UTC (rev 2975)
+++ trunk/SKSecondaryPDFView.m 2007-09-22 11:40:31 UTC (rev 2976)
@@ -106,7 +106,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);
}
}
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