From 1ae3f89611720aa2d67bc12ff09ac63a3130281f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 4 Jan 1999 16:31:31 +0000 Subject: [PATCH] Adjusted Unix height to work with fvwm96. :=( --- Tools/idle/ZoomHeight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" -- 2.50.0