summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-04 16:31:31 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-04 16:31:31 (GMT)
commit1ae3f89611720aa2d67bc12ff09ac63a3130281f (patch)
treeb362ced95ebc5b8a1a72453306b0d0c2e3216b55 /Tools
parentb75d021081e08a9134443df1375b5a5652da824b (diff)
downloadcpython-1ae3f89611720aa2d67bc12ff09ac63a3130281f.zip
cpython-1ae3f89611720aa2d67bc12ff09ac63a3130281f.tar.gz
cpython-1ae3f89611720aa2d67bc12ff09ac63a3130281f.tar.bz2
Adjusted Unix height to work with fvwm96. :=(
Diffstat (limited to 'Tools')
-rw-r--r--Tools/idle/ZoomHeight.py2
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 = ""