Created
January 2, 2010 18:59
-
-
Save kowey/267615 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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