From 09b0e966a305aee3f30065aa1295181460c55dad Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 4 Apr 2010 13:07:38 +0000 Subject: [PATCH] make the new group color a little bluer --- macosx/GroupsController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/GroupsController.m b/macosx/GroupsController.m index 2329916fc..4ac4666aa 100644 --- a/macosx/GroupsController.m +++ b/macosx/GroupsController.m @@ -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];