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 serhiy.storchaka
Recipients epaine, serhiy.storchaka, terry.reedy, zjdavid
Date 2021-01-24.12:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611490716.59.0.0653583270226.issue42977@roundup.psfhosted.org>
In-reply-to
Content
I concur with E. Paine that you should use pack(fill="x") if you want to stretch a widget. And in any case Tkinter itself does not manage layout, it is just a wrapper around Tk, so if you think that the default layout of a button is wrong on some platforms, you should report it to the Tk team.
History
Date User Action Args
2021-01-24 12:18:36serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, epaine, zjdavid
2021-01-24 12:18:36serhiy.storchakasetmessageid: <1611490716.59.0.0653583270226.issue42977@roundup.psfhosted.org>
2021-01-24 12:18:36serhiy.storchakalinkissue42977 messages
2021-01-24 12:18:36serhiy.storchakacreate