From bd7d258fcdeb2f62624cd17a253a0ed63fda8aec Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Sun, 18 Mar 2012 14:15:26 +0000 Subject: [PATCH] Slightly less shiny outline view disclosure triangle. Subtle is more Cocoa like. --- AppKit/CPOutlineView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPOutlineView.j b/AppKit/CPOutlineView.j index 3a4c0f9cc..e4b74bcb2 100644 --- a/AppKit/CPOutlineView.j +++ b/AppKit/CPOutlineView.j @@ -1942,7 +1942,7 @@ var _loadItemInfoForItem = function(/*CPOutlineView*/ anOutlineView, /*id*/ anIt if (_angle === 0.0) CGContextAddLineToPoint(context, 9.0, 0.0); - CGContextSetStrokeColor(context, [CPColor colorWithCalibratedWhite:1.0 alpha: 0.8]); + CGContextSetStrokeColor(context, [CPColor colorWithCalibratedWhite:1.0 alpha: 0.7]); CGContextStrokePath(context); }