Skip to content

Instantly share code, notes, and snippets.

@kowey
Created January 2, 2010 18:59
Show Gist options
  • Save kowey/267615 to your computer and use it in GitHub Desktop.
Save kowey/267615 to your computer and use it in GitHub Desktop.
Index: src/uimacnew/ReconItem.m
===================================================================
--- src/uimacnew/ReconItem.m (revision 390)
+++ src/uimacnew/ReconItem.m (working copy)
@@ -824,8 +824,7 @@
{
if (!_parentImages) {
_parentImages = [[NSMutableDictionary alloc] init];
- _veryLightGreyColor = [[NSColor colorWithCalibratedRed:0.9 green:0.9 blue:0.9 alpha:1.0] retain];
- // [NSColor lightGrayColor]
+ _veryLightGreyColor = [[NSColor colorWithCalibratedRed:0.7 green:0.7 blue:0.7 alpha:1.0] retain];
}
NSImage *baseImage = [super direction];
NSImage *parentImage = [_parentImages objectForKey:baseImage];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment