diff options
author | Guido van Rossum <guido@python.org> | 1999-01-04 16:31:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-01-04 16:31:31 (GMT) |
commit | 1ae3f89611720aa2d67bc12ff09ac63a3130281f (patch) | |
tree | b362ced95ebc5b8a1a72453306b0d0c2e3216b55 /Tools/idle | |
parent | b75d021081e08a9134443df1375b5a5652da824b (diff) | |
download | cpython-1ae3f89611720aa2d67bc12ff09ac63a3130281f.zip cpython-1ae3f89611720aa2d67bc12ff09ac63a3130281f.tar.gz cpython-1ae3f89611720aa2d67bc12ff09ac63a3130281f.tar.bz2 |
Adjusted Unix height to work with fvwm96. :=(
Diffstat (limited to 'Tools/idle')
-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 88bcee5..eb61131 100644 --- a/Tools/idle/ZoomHeight.py +++ b/Tools/idle/ZoomHeight.py @@ -35,7 +35,7 @@ class ZoomHeight: 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 = "" |