]> granicus.if.org Git - python/commitdiff
Panel Bar on the Bottom is Probably More Common
authorKurt B. Kaiser <kbk@shore.net>
Fri, 20 Dec 2002 01:22:01 +0000 (01:22 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Fri, 20 Dec 2002 01:22:01 +0000 (01:22 +0000)
Lib/idlelib/ZoomHeight.py

index f2b99e96b25be021ffecfb60325bc0d22be9b310..d65af663d9e8825c5447c58f0db23b8639245175 100644 (file)
@@ -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: