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 johnliao
Recipients johnliao
Date 2019-11-13.07:34:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573630441.73.0.71709021905.issue38783@roundup.psfhosted.org>
In-reply-to
Content
from tkinter import *

master = Tk()
master.resizable(False, False)
master.geometry("100x100")

master.mainloop()

When using the simple code above to create a fix size window, the actual window client area's size is about 126x126 pixels.

Environment:
Windows 10 Home 64 bit edition, python 3.7.4, tkinter verion 8.4
History
Date User Action Args
2019-11-13 07:34:01johnliaosetrecipients: + johnliao
2019-11-13 07:34:01johnliaosetmessageid: <1573630441.73.0.71709021905.issue38783@roundup.psfhosted.org>
2019-11-13 07:34:01johnliaolinkissue38783 messages
2019-11-13 07:34:01johnliaocreate