This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kbk
Recipients geon, gpolo, kbk, terry.reedy
Date 2009-05-03.16:15:43
SpamBayes Score 5.33077e-07
Marked as misclassified No
Message-id <1241367346.95.0.757223650336.issue3286@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE doesn't control window placement - that's left to Tk to handle.  
Hopefully it will get better with time.  Once you take control, you 
have to handle all the window placement, which is one of the things 
that window managers are expert at, supposedly.  You could try taking 
your issue to the Tcl/Tk devs.

I'm running 8.5 here on a netbook with XP and a 1024x800 screen.  I 
simply reduced the initial height to 33 using the Configure dialog.

Zooming the window height is also helpful.  Use the hotkey.  Some 
attempt to control position  by platform has been made in 
ZoomHeight.py, where you'll find some magic numbers.  

On Linux, some people have panels at the top, some at the bottom, some 
hide them, and some don't have any.  Maybe we'll look at this config 
again once we get the extension parameters on the Config dialog.  We 
could move some of those magic numbers to the config file.
History
Date User Action Args
2009-05-03 16:15:47kbksetrecipients: + kbk, terry.reedy, gpolo, geon
2009-05-03 16:15:46kbksetmessageid: <1241367346.95.0.757223650336.issue3286@psf.upfronthosting.co.za>
2009-05-03 16:15:45kbklinkissue3286 messages
2009-05-03 16:15:43kbkcreate