commit | 1ae3f89611720aa2d67bc12ff09ac63a3130281f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 04 16:31:31 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 04 16:31:31 1999 +0000 |
tree | b362ced95ebc5b8a1a72453306b0d0c2e3216b55 | |
parent | b75d021081e08a9134443df1375b5a5652da824b [diff] [blame] |
Adjusted Unix height to work with fvwm96. :=(
diff --git a/Tools/idle/ZoomHeight.py b/Tools/idle/ZoomHeight.py index 88bcee5..eb61131 100644 --- a/Tools/idle/ZoomHeight.py +++ b/Tools/idle/ZoomHeight.py
@@ -35,7 +35,7 @@ height = height - 72 else: y = 24 - height = height - 64 + height = height - 96 newgeom = "%dx%d+%d+%d" % (width, height, x, y) if geom == newgeom: newgeom = ""