X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d8546c318b2dc71d68753ca0c0abe89f07c166b3..a06b23045deb51ce036acf7bdcd3ab3c5514bfaf:/StatusWindow.m?ds=inline 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,