Revision: 22395
          http://sourceforge.net/p/bibdesk/svn/22395
Author:   hofman
Date:     2018-07-09 21:35:17 +0000 (Mon, 09 Jul 2018)
Log Message:
-----------
slightly heavier paperclip image

Modified Paths:
--------------
    trunk/bibdesk/NSImage_BDSKExtensions.m

Modified: trunk/bibdesk/NSImage_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSImage_BDSKExtensions.m      2018-07-09 21:22:25 UTC (rev 
22394)
+++ trunk/bibdesk/NSImage_BDSKExtensions.m      2018-07-09 21:35:17 UTC (rev 
22395)
@@ -318,7 +318,7 @@
     
     [image lockFocus];
     [color setStroke];
-    [path setLineWidth:heavy ? 3.0 : 2.0];
+    [path setLineWidth:heavy ? 3.2 : 2.0];
     [path stroke];
     [image unlockFocus];
     
@@ -329,7 +329,7 @@
     NSImage *tinyImage = [[NSImage alloc] initWithSize:NSMakeSize(16.0, 16.0)];
     [tinyImage lockFocus];
     [color setStroke];
-    [path setLineWidth:heavy ? 1.5 : 1.0];
+    [path setLineWidth:heavy ? 1.6 : 1.0];
     [path stroke];
     [tinyImage unlockFocus];
     

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to