X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0263903122cd22aefa9620a9497d5f58e332effb..8a38563fa0999446b3c396a23c45c15f73a86c87:/StatusWindowController.m diff --git a/StatusWindowController.m b/StatusWindowController.m index 3e7522e..942e045 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -115,7 +115,7 @@ static StatusWindowController *sharedController; if ( art != nil ) { image = art; - NSSize size = [image size]; + [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationLow]; [image setScalesWhenResized:YES]; [image setSize:NSMakeSize(110, 110)]; /*if (size.width > 110 && size.width > size.height) {