git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
YAY, it looks pretty and smooth. (The album art)
[MenuTunes.git]
/
StatusWindowController.m
diff --git
a/StatusWindowController.m
b/StatusWindowController.m
index
75a1a9d
..
2020530
100755
(executable)
--- a/
StatusWindowController.m
+++ b/
StatusWindowController.m
@@
-11,10
+11,8
@@
#import <ITKit/ITSlideVerticallyWindowEffect.h>
#import <ITKit/ITPivotWindowEffect.h>
#import <ITKit/ITSlideVerticallyWindowEffect.h>
#import <ITKit/ITPivotWindowEffect.h>
-
static StatusWindowController *sharedController;
static StatusWindowController *sharedController;
-
@implementation StatusWindowController
@implementation StatusWindowController
@@
-114,12
+112,7
@@
static StatusWindowController *sharedController;
NSString *text = title;
if ( art != nil ) {
NSString *text = title;
if ( art != nil ) {
- NSSize oldSize;
- image = art;
- [image setScalesWhenResized:YES];
- oldSize = [image size];
-
- [image setSize:NSMakeSize(110,oldSize.height * (110.0f / oldSize.width))];
+ image = art;
} else if ( source == ITMTRemoteLibrarySource ) {
image = [NSImage imageNamed:@"Library"];
} else if ( source == ITMTRemoteCDSource ) {
} else if ( source == ITMTRemoteLibrarySource ) {
image = [NSImage imageNamed:@"Library"];
} else if ( source == ITMTRemoteCDSource ) {