Changeset 10445


Ignore:
Timestamp:
Apr 4, 2010, 1:07:38 PM (13 years ago)
Author:
livings124
Message:

make the new group color a little bluer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/GroupsController.m

    r9844 r10445  
    268268   
    269269    [fGroups addObject: [NSMutableDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithInteger: index], @"Index",
    270                             [NSColor cyanColor], @"Color", @"", @"Name", nil]];
     270                            [NSColor colorWithCalibratedRed: 0.0 green: 0.65 blue: 1.0 alpha: 1.0], @"Color", @"", @"Name", nil]];
    271271   
    272272    [[NSNotificationCenter defaultCenter] postNotificationName: @"UpdateGroups" object: self];
Note: See TracChangeset for help on using the changeset viewer.