diff options
-rw-r--r-- | Tools/idle/ZoomHeight.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/idle/ZoomHeight.py b/Tools/idle/ZoomHeight.py index b1ba70f..88bcee5 100644 --- a/Tools/idle/ZoomHeight.py +++ b/Tools/idle/ZoomHeight.py @@ -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 |