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 epaine
Recipients Stephen Bell, epaine, serhiy.storchaka, terry.reedy
Date 2020-06-12.10:52:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591959137.65.0.481947811545.issue40219@roundup.psfhosted.org>
In-reply-to
Content
This is indeed a tkinter issue and is caused by the placeholder label. As the main label is added to the frame using the place manager, this placeholder is required to make the frame the correct height.

I have attached a small diff which lowers this placeholder, fixing the problem (raising the main label does the same thing).
History
Date User Action Args
2020-06-12 10:52:17epainesetrecipients: + epaine, terry.reedy, serhiy.storchaka, Stephen Bell
2020-06-12 10:52:17epainesetmessageid: <1591959137.65.0.481947811545.issue40219@roundup.psfhosted.org>
2020-06-12 10:52:17epainelinkissue40219 messages
2020-06-12 10:52:17epainecreate