Adjusted Unix height to work with fvwm96. :=(

This commit is contained in:
Guido van Rossum 1999-01-04 16:31:31 +00:00
parent b75d021081
commit 1ae3f89611

View 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 = ""