git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
AE'd the album art method. Added image smoothing to the album art
[MenuTunes.git]
/
StatusWindowController.m
diff --git
a/StatusWindowController.m
b/StatusWindowController.m
index
3108cd9
..
942e045
100755
(executable)
--- a/
StatusWindowController.m
+++ b/
StatusWindowController.m
@@
-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) {