Changeset 2037
- Timestamp:
- Jun 10, 2007, 10:53:14 PM (15 years ago)
- Location:
- branches/file_selection/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/file_selection/macosx/FileOutlineView.m
r2033 r2037 38 38 39 39 normalColor = [[self backgroundColor] retain]; 40 highPriorityColor = [[NSColor colorWithCalibratedRed: 1.0 green: 0.55 blue: 0.5alpha: 1.0] retain];41 lowPriorityColor = [[NSColor colorWithCalibratedRed: 1.0 green: 1.0 blue: 0.4alpha: 1.0] retain];40 highPriorityColor = [[NSColor colorWithCalibratedRed: 1.0 green: 1.0 blue: 224.0/255.0 alpha: 1.0] retain]; 41 lowPriorityColor = [[NSColor colorWithCalibratedRed: 1.0 green: 208.0/255.0 blue: 208.0/255.0 alpha: 1.0] retain]; 42 42 } 43 43 -
branches/file_selection/macosx/InfoWindowController.m
r2036 r2037 640 640 { 641 641 item = [fFileOutline itemAtRow: i]; 642 #warning get working with folders 642 643 if ([[item objectForKey: @"IsFolder"] boolValue]) 643 644 continue;
Note: See TracChangeset
for help on using the changeset viewer.