]> granicus.if.org Git - python/commitdiff
Typo in Win specific height setting.
authorGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 12:23:46 +0000 (12:23 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 12:23:46 +0000 (12:23 +0000)
Tools/idle/ZoomHeight.py

index b1ba70f00251c6d8ab631e563d262e0189081e98..88bcee575393c3a0ae33248b82f5a74906c923b1 100644 (file)
@@ -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