Revision: 27328
          http://sourceforge.net/p/bibdesk/svn/27328
Author:   hofman
Date:     2022-03-27 16:36:03 +0000 (Sun, 27 Mar 2022)
Log Message:
-----------
tweak doi image

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

Modified: trunk/bibdesk/BDSKMainTableView.m
===================================================================
--- trunk/bibdesk/BDSKMainTableView.m   2022-03-27 14:48:26 UTC (rev 27327)
+++ trunk/bibdesk/BDSKMainTableView.m   2022-03-27 16:36:03 UTC (rev 27328)
@@ -498,7 +498,7 @@
             [p stroke];
             p = [NSBezierPath bezierPathWithOvalInRect:NSMakeRect(1.5 * x, x + 
1.0, 0.5 * x + 1.0, 0.5 * x + 1.0)];
             [p moveToPoint:NSMakePoint(width - 0.5 * x - 0.5, x + 0.5)];
-            [p lineToPoint:NSMakePoint(width - 0.5 * x - 0.5, width - x - 
0.5)];
+            [p lineToPoint:NSMakePoint(width - 0.5 * x - 0.5, 1.5 * x + 2.5)];
             [[NSColor whiteColor] set];
             [p stroke];
             p = [NSBezierPath bezierPathWithOvalInRect:NSMakeRect(width - 0.75 
* x - 0.25, width - 0.75 * x - 1.25, 0.5 * x - 0.5, 0.5 * x - 0.5)];

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to