Changeset 2747

Show
Ignore:
Timestamp:
05/02/05 17:44:57 (3 years ago)
Author:
morris
Message:

Set background color from prefs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPUMonitor/trunk/CPUExpandedView.m

    r2705 r2747  
    253253         
    254254        // --- draw background 
    255         [[NSColor whiteColor] set]; 
     255        [[CPUSettings objectForKey:CPUExpandedViewBackgroundColor] set]; 
    256256        NSRectFill(frame); 
    257257