X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/838ed8a4d9d55f146522c24623f981d42b5a1d23..75eed909bc98be39cde570a093f1b6bbab38cb92:/StatusWindowController.m diff --git a/StatusWindowController.m b/StatusWindowController.m index 8d9ec8a..2020530 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -11,10 +11,8 @@ #import #import - static StatusWindowController *sharedController; - @implementation StatusWindowController @@ -114,13 +112,7 @@ static StatusWindowController *sharedController; NSString *text = title; if ( art != nil ) { - NSSize oldSize, newSize; - image = art; - [image setScalesWhenResized:YES]; - oldSize = [image size]; - if (oldSize.width > oldSize.height) newSize = NSMakeSize(110,oldSize.height * (110.0f / oldSize.width)); - else newSize = NSMakeSize(oldSize.width * (110.0f / oldSize.height),110); - [image setSize:newSize]; + image = art; } else if ( source == ITMTRemoteLibrarySource ) { image = [NSImage imageNamed:@"Library"]; } else if ( source == ITMTRemoteCDSource ) {