mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Typo in Win specific height setting.
This commit is contained in:
parent
909bc18188
commit
46facd1bac
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class ZoomHeight:
|
|||
height = top.winfo_screenheight()
|
||||
if sys.platform == 'win32':
|
||||
y = 0
|
||||
height = height = 72
|
||||
height = height - 72
|
||||
else:
|
||||
y = 24
|
||||
height = height - 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue