From: Kurt B. Kaiser Date: Fri, 20 Dec 2002 01:22:01 +0000 (+0000) Subject: Panel Bar on the Bottom is Probably More Common X-Git-Tag: v2.3c1~2942 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0e2926d2a10ff3414b3d9177034728c1a074cd1;p=thirdparty%2FPython%2Fcpython.git Panel Bar on the Bottom is Probably More Common --- diff --git a/Lib/idlelib/ZoomHeight.py b/Lib/idlelib/ZoomHeight.py index f2b99e96b25b..d65af663d9e8 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: