Revision: 14162
          http://sourceforge.net/p/skim-app/code/14162
Author:   hofman
Date:     2024-04-01 15:39:25 +0000 (Mon, 01 Apr 2024)
Log Message:
-----------
slightly lighter shadow around thumbnails

Modified Paths:
--------------
    trunk/PDFPage_SKExtensions.m
    trunk/SKSnapshotWindowController.m

Modified: trunk/PDFPage_SKExtensions.m
===================================================================
--- trunk/PDFPage_SKExtensions.m        2024-04-01 15:02:58 UTC (rev 14161)
+++ trunk/PDFPage_SKExtensions.m        2024-04-01 15:39:25 UTC (rev 14162)
@@ -197,7 +197,7 @@
     [NSGraphicsContext saveGraphicsState];
     [[NSColor whiteColor] setFill];
     if (shadowBlurRadius > 0.0)
-        [NSShadow setShadowWithWhite:0.0 alpha:0.33333 
blurRadius:shadowBlurRadius yOffset:shadowOffset];
+        [NSShadow setShadowWithWhite:0.0 alpha:0.3 blurRadius:shadowBlurRadius 
yOffset:shadowOffset];
     NSRectFill(pageRect);
     [NSGraphicsContext restoreGraphicsState];
     

Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m  2024-04-01 15:02:58 UTC (rev 14161)
+++ trunk/SKSnapshotWindowController.m  2024-04-01 15:39:25 UTC (rev 14162)
@@ -510,7 +510,7 @@
     [NSGraphicsContext saveGraphicsState];
     [[NSColor whiteColor] set];
     if (shadowBlurRadius > 0.0)
-        [NSShadow setShadowWithWhite:0.0 alpha:0.33333 
blurRadius:shadowBlurRadius yOffset:shadowOffset];
+        [NSShadow setShadowWithWhite:0.0 alpha:0.3 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

Reply via email to