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 zjdavid
Recipients zjdavid
Date 2021-01-20.14:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611154134.32.0.566162791222.issue42977@roundup.psfhosted.org>
In-reply-to
Content
Hello,

I am building a program with Tkinter. However, I found the Optionmenu widget has inconsistent behaviors on default lengths on a Mac and a Windows PC. 

So I set the width of an optionmenu through menu.configure(width=70). On Windows, this correctly sets the menu width to 70 when the program runs. However, on a Mac, the menu is still very narrow at the start. It only expands to 70 after I select an option. 

I have attached a screenshot to help explain the issue. It does not occur on Windows.
History
Date User Action Args
2021-01-20 14:48:54zjdavidsetrecipients: + zjdavid
2021-01-20 14:48:54zjdavidsetmessageid: <1611154134.32.0.566162791222.issue42977@roundup.psfhosted.org>
2021-01-20 14:48:54zjdavidlinkissue42977 messages
2021-01-20 14:48:54zjdavidcreate