X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/72525936e39908832152b4d81c58d4b40994d7a7..d5b095e48ee15952ebfe4953379a216c509f7934:/StatusWindow.m diff --git a/StatusWindow.m b/StatusWindow.m index e3dd8a5..21dd278 100755 --- a/StatusWindow.m +++ b/StatusWindow.m @@ -184,9 +184,10 @@ ((SW_PAD / divisor) + ((contentHeight - imageHeight) / 2)), imageWidth, imageHeight ); - imageView = [[[NSImageView alloc] initWithFrame:imageRect] autorelease]; + imageView = [[[ITImageView alloc] initWithFrame:imageRect] autorelease]; [imageView setAutoresizingMask:(NSViewMinYMargin | NSViewMaxYMargin)]; [imageView setImage:_image]; + [imageView setCastsShadow:YES]; [[self contentView] addSubview:imageView]; return NSMakeRect( ((SW_PAD / divisor) + imageWidth + (SW_SPACE / divisor)),