make the new group color a little bluer

This commit is contained in:
Mitchell Livingston 2010-04-04 13:07:38 +00:00
parent d33374c3c1
commit 09b0e966a3
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ GroupsController * fGroupsInstance = nil;
}
[fGroups addObject: [NSMutableDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithInteger: index], @"Index",
[NSColor cyanColor], @"Color", @"", @"Name", nil]];
[NSColor colorWithCalibratedRed: 0.0 green: 0.65 blue: 1.0 alpha: 1.0], @"Color", @"", @"Name", nil]];
[[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateGroups" object: self];
[self saveGroups];