PythonTurtle / PythonTurtle

A learning environment for Python suited for beginners and children, inspired by Logo.

Home Page:http://pythonturtle.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AboutBox resizes when being used (license text too wide)

bittner opened this issue · comments

Currently, when you open the About dialog window and click through to display the license you notice that the window is resizing. It seems that this is due to the fact that portion of the license text that is written in CAPTIAL LETTERS is too wide to display.

Is there a way to make the dialog window calculate the required width before opening the dialog window? (Kind of, window.pack() in other languages.)

Access to that function(s) seems to be hidden by the AboutBox class. We don't control the Show() method. That's probably the price for convenience.

Similar issues: (StackOverflow)

Related classes:

Probably not worth the effort.