New submission from John Liao <[email protected]>:
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
----------
components: Tkinter
messages: 356519
nosy: johnliao
priority: normal
severity: normal
status: open
title: the window size is bigger than the specific size when create a window
with a fix size in Windows platform
type: behavior
versions: Python 3.7
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue38783>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com