Revision: 14155
http://sourceforge.net/p/skim-app/code/14155
Author: hofman
Date: 2024-03-28 15:30:30 +0000 (Thu, 28 Mar 2024)
Log Message:
-----------
lighter shadow for snapshot thumbnails
Modified Paths:
--------------
trunk/SKSnapshotWindowController.m
Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m 2024-03-28 15:10:15 UTC (rev 14154)
+++ trunk/SKSnapshotWindowController.m 2024-03-28 15:30:30 UTC (rev 14155)
@@ -510,7 +510,7 @@
[NSGraphicsContext saveGraphicsState];
[[NSColor whiteColor] set];
if (shadowBlurRadius > 0.0)
- [NSShadow setShadowWithWhite:0.0 alpha:0.5 blurRadius:shadowBlurRadius
yOffset:shadowOffset];
+ [NSShadow setShadowWithWhite:0.0 alpha:0.33333
blurRadius:shadowBlurRadius yOffset:shadowOffset];
NSRectFill(bounds);
[[NSGraphicsContext currentContext]
setImageInterpolation:NSImageInterpolationDefault];
[NSGraphicsContext restoreGraphicsState];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit