X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d8546c318b2dc71d68753ca0c0abe89f07c166b3..01755ec0d1d9e0d49d003bd3029162388b720cda:/StatusWindow.m diff --git a/StatusWindow.m b/StatusWindow.m index 01c6ef4..3465be3 100755 --- a/StatusWindow.m +++ b/StatusWindow.m @@ -129,6 +129,9 @@ // Setup the Window, and remove all its contentview's subviews. windowWidth = ( (SW_PAD / divisor) + imageWidth + (SW_SPACE / divisor) + dataWidth + (SW_PAD / divisor) ); windowHeight = ( (SW_PAD / divisor) + contentHeight + (SW_PAD / divisor) ); + +#warning Adjust frame for positioning here. + [self setFrame:NSMakeRect( (SW_BORDER + [[self screen] visibleFrame].origin.x), (SW_BORDER + [[self screen] visibleFrame].origin.y), windowWidth,