Revision: 27327
          http://sourceforge.net/p/bibdesk/svn/27327
Author:   hofman
Date:     2022-03-27 14:48:26 +0000 (Sun, 27 Mar 2022)
Log Message:
-----------
tweak file image

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

Modified: trunk/bibdesk/BDSKMainTableView.m
===================================================================
--- trunk/bibdesk/BDSKMainTableView.m   2022-03-27 06:30:23 UTC (rev 27326)
+++ trunk/bibdesk/BDSKMainTableView.m   2022-03-27 14:48:26 UTC (rev 27327)
@@ -475,13 +475,13 @@
         [path moveToPoint:NSMakePoint(2.5, 2.5)];
         [path appendBezierPathWithArcFromPoint:NSMakePoint(2.5, 1.5) 
toPoint:NSMakePoint(width - 2.5, 1.5) radius:1.0];
         [path appendBezierPathWithArcFromPoint:NSMakePoint(width - 2.5, 1.5) 
toPoint:NSMakePoint(width - 2.5, 2.0 * x + 0.5) radius:1.0];
-        [path lineToPoint:NSMakePoint(width - 2.5, 2.0 * x + 0.5)];
-        [path lineToPoint:NSMakePoint(width - 6.0, width - 1.5)];
+        [path lineToPoint:NSMakePoint(width - 2.5, 2.0 * x + 1.0)];
+        [path lineToPoint:NSMakePoint(2.0 * x, width - 1.5)];
         [path appendBezierPathWithArcFromPoint:NSMakePoint(2.5, width - 1.5) 
toPoint:NSMakePoint(2.5, 1.5) radius:1.0];
         [path closePath];
-        [path moveToPoint:NSMakePoint(width - 2.5, 2.0 * x)];
-        [path appendBezierPathWithArcFromPoint:NSMakePoint(width - 6.5, 2.0 * 
x) toPoint:NSMakePoint(2.0 * x - 6.0, width - 1.5) radius:1.0];
-        [path lineToPoint:NSMakePoint(width - 6.5, width - 1.5)];
+        [path moveToPoint:NSMakePoint(width - 2.5, 2.0 * x + 0.5)];
+        [path appendBezierPathWithArcFromPoint:NSMakePoint(2.0 * x - 0.5, 2.0 
* x + 0.5) toPoint:NSMakePoint(2.0 * x - 0.5, width - 1.5) radius:1.0];
+        [path lineToPoint:NSMakePoint(2.0 * x - 0.5, width - 1.5)];
         NSImage *file = [[[NSImage alloc] initBitmapWithSize:size 
drawingHandler:^(NSRect rect){
             [path stroke];
         }] autorelease];

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