Revision: 27814
http://sourceforge.net/p/bibdesk/svn/27814
Author: hofman
Date: 2022-08-19 14:20:01 +0000 (Fri, 19 Aug 2022)
Log Message:
-----------
slightly lighter count bubbles
Modified Paths:
--------------
trunk/bibdesk/BDSKGroupOutlineView.m
Modified: trunk/bibdesk/BDSKGroupOutlineView.m
===================================================================
--- trunk/bibdesk/BDSKGroupOutlineView.m 2022-08-19 14:11:26 UTC (rev
27813)
+++ trunk/bibdesk/BDSKGroupOutlineView.m 2022-08-19 14:20:01 UTC (rev
27814)
@@ -138,7 +138,7 @@
if (count > 0) {
[countImage lockFocus];
NSRect rect = NSMakeRect(1.0, 0.0, size.width - 2.0, size.height);
- [[NSColor colorWithGenericGamma22White:0.0 alpha:0.9] setFill];
+ [[NSColor colorWithGenericGamma22White:0.0 alpha:0.85] setFill];
[NSBezierPath fillHorizontalOvalInRect:rect];
[[NSGraphicsContext currentContext]
setCompositingOperation:NSCompositeClear];
[countString drawWithRect:rect
options:NSStringDrawingUsesLineFragmentOrigin];
@@ -157,7 +157,7 @@
[path appendBezierPathWithRoundedRect:NSMakeRect(x - 0.8 * u, 7.0
* u, 1.6 * u, 4.0 * u) xRadius:0.8 * u yRadius:0.8 * u];
[path appendBezierPathWithOvalInRect:NSMakeRect(x - 0.8 * u, 4.8 *
u, 1.6 * u, 1.6 * u)];
[path setWindingRule:NSEvenOddWindingRule];
- [[NSColor colorWithGenericGamma22White:0.0 alpha:0.9] setFill];
+ [[NSColor colorWithGenericGamma22White:0.0 alpha:0.85] setFill];
[path fill];
[countImage unlockFocus];
[countImage setAccessibilityDescription:[NSString
stringWithFormat:NSLocalizedString(@"error", @""), count]];
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