Some minor stuff
[MenuTunes.git] / StatusWindow.m
index 0a1ba7f..91aba66 100755 (executable)
         id            aCell       = nil;
         int           activeCount = 0;
         NSColor      *onColor     = [NSColor whiteColor];
-        NSColor      *offColor    = [NSColor colorWithCalibratedWhite:0.0 alpha:0.50];
+        NSColor      *offColor    = [NSColor colorWithCalibratedWhite:0.15 alpha:0.50];
         NSMatrix     *volMatrix   = [[[NSMatrix alloc] initWithFrame:dataRect
                                                                 mode:NSHighlightModeMatrix
                                                            cellClass:NSClassFromString(@"ITTextFieldCell")