AE'd the album art method. Added image smoothing to the album art
[MenuTunes.git] / StatusWindowController.m
index 3108cd9..942e045 100755 (executable)
@@ -115,6 +115,7 @@ static StatusWindowController *sharedController;
     
     if ( art != nil ) {
         image = art;
+        [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationLow];
         [image setScalesWhenResized:YES];
         [image setSize:NSMakeSize(110, 110)];
         /*if (size.width > 110 && size.width > size.height) {