]> granicus.if.org Git - python/commitdiff
Adjusted Unix height to work with fvwm96. :=(
authorGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 16:31:31 +0000 (16:31 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 4 Jan 1999 16:31:31 +0000 (16:31 +0000)
Tools/idle/ZoomHeight.py

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