Intermediary checkin, just to mark my place and back up, in case Panther decides...
[MenuTunes.git] / StatusWindow.m
index 01c6ef4..3465be3 100755 (executable)
 //  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,