X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0263903122cd22aefa9620a9497d5f58e332effb..b62c6c9f99a0a3529e5a914b112e0d615b10e25c:/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) {