commit | 46facd1bace0f34ddb7a81fedc9cd6e15ef97094 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 04 12:23:46 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 04 12:23:46 1999 +0000 |
tree | c758ef9ad235864eebe9b0e89187dcaf484943ae | |
parent | 909bc181885185a6ee96f34a2fb3ad5ffb92954e [diff] [blame] |
Typo in Win specific height setting.
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 @@ height = top.winfo_screenheight() if sys.platform == 'win32': y = 0 - height = height = 72 + height = height - 72 else: y = 24 height = height - 64