[issue42977] Tkinter Optionmenu Too Narrow on Mac

Serhiy Storchaka report at bugs.python.org
Sun Jan 24 07:18:36 EST 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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.

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42977>
_______________________________________


More information about the Python-bugs-list mailing list