Revision: 28294
http://sourceforge.net/p/bibdesk/svn/28294
Author: hofman
Date: 2023-06-06 15:55:25 +0000 (Tue, 06 Jun 2023)
Log Message:
-----------
reduce debug grid by text margins
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2023-06-06
15:52:51 UTC (rev 28293)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2023-06-06
15:55:25 UTC (rev 28294)
@@ -2558,7 +2558,7 @@
[[NSColor redColor] setFill];
else
[[NSColor greenColor] setFill];
- NSFrameRect(NSUnionRect(NSInsetRect(fileRect, -2.0 * [self
iconScale], 0), textRect));
+ NSFrameRect(NSUnionRect(NSInsetRect(fileRect, -shadowBlur, 0),
NSInsetRect(textRect, 2.0, 0.0)));
[NSGraphicsContext restoreGraphicsState];
#endif
}
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