Revision: 25446
          http://sourceforge.net/p/bibdesk/svn/25446
Author:   hofman
Date:     2021-01-19 17:29:48 +0000 (Tue, 19 Jan 2021)
Log Message:
-----------
Reduce corner radius of placeholder image

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPlaceholderImage.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPlaceholderImage.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPlaceholderImage.m      
2021-01-19 17:02:40 UTC (rev 25445)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPlaceholderImage.m      
2021-01-19 17:29:48 UTC (rev 25446)
@@ -71,7 +71,7 @@
         [NSGraphicsContext saveGraphicsState];
         [NSGraphicsContext setCurrentContext:nsContext];
         
-        CGFloat radius = fmin(NSWidth(dstRect) / 4.0, 20.0);
+        CGFloat radius = fmin(NSWidth(dstRect) / 4.0, 12.0);
         CGFloat lineWidth = fmax(NSWidth(dstRect) / 64.0, 1.0);
         dstRect = NSInsetRect(dstRect, 1.5 * lineWidth, 1.5 * lineWidth);
         

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to