diff options
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/idle/ZoomHeight.py | 2 |
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 = "" |