diff --git a/Tools/idle/ZoomHeight.py b/Tools/idle/ZoomHeight.py index 88bcee57539..eb611317dae 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 = ""