user2011292
user2011292

Reputation: 3

How to auto resize a window when opening a program.

I'm sorry if this is really basic but: when I open the Python IDLE editor, the shell opens, then I have to open the editor from the shell. Is there any way I can have the shell and editor automatically resize to a specific size upon opening? Can I use a batch file perhaps?

Upvotes: 0

Views: 1014

Answers (1)

Thanakron Tandavas
Thanakron Tandavas

Reputation: 5683

Try this :

Options > Configure IDLE > General tab > Initial Window size

Upvotes: 1

Related Questions