From: Guido van Rossum Date: Mon, 4 Jan 1999 16:31:31 +0000 (+0000) Subject: Adjusted Unix height to work with fvwm96. :=( X-Git-Tag: v1.5.2b2~474 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ae3f89611720aa2d67bc12ff09ac63a3130281f;p=python Adjusted Unix height to work with fvwm96. :=( --- diff --git a/Tools/idle/ZoomHeight.py b/Tools/idle/ZoomHeight.py index 88bcee5753..eb611317da 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 = ""