summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/idlelib/ZoomHeight.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/Lib/idlelib/ZoomHeight.py b/Lib/idlelib/ZoomHeight.py
index f2b99e9..d65af66 100644
--- a/Lib/idlelib/ZoomHeight.py
+++ b/Lib/idlelib/ZoomHeight.py
@@ -30,8 +30,10 @@ def zoom_height(top):
newy = 0
newheight = newheight - 72
else:
- newy = 24
- newheight = newheight - 96
+ #newy = 24
+ newy = 0
+ #newheight = newheight - 96
+ newheight = newheight - 88
if height >= newheight:
newgeom = ""
else: