X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fceb31c1e64782a9db190b5c242d23397d91e40a..0263903122cd22aefa9620a9497d5f58e332effb:/StatusWindow.m diff --git a/StatusWindow.m b/StatusWindow.m index a456861..8e88f47 100755 --- a/StatusWindow.m +++ b/StatusWindow.m @@ -180,7 +180,7 @@ [[[self contentView] subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)]; // Setup, position, fill, and add the image view to the content view. - imageRect = NSMakeRect( (SW_PAD / divisor), + imageRect = NSMakeRect( (SW_PAD / divisor) + 4, ((SW_PAD / divisor) + ((contentHeight - imageHeight) / 2)), imageWidth, imageHeight );