Slightly less shiny outline view disclosure triangle. Subtle is more Cocoa like.

This commit is contained in:
Alexander Ljungberg
2012-03-18 14:15:40 +00:00
parent c21e40e819
commit bd7d258fcd
+1 -1
View File
@@ -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);
}