[Idle-dev] CVS: idle ZoomHeight.py,1.3,1.4

Kurt B. Kaiser kbk@users.sourceforge.net
Thu, 19 Dec 2002 17:22:03 -0800


Update of /cvsroot/idlefork/idle
In directory sc8-pr-cvs1:/tmp/cvs-serv15432

Modified Files:
	ZoomHeight.py 
Log Message:
Panel Bar on the Bottom is Probably More Common


Index: ZoomHeight.py
===================================================================
RCS file: /cvsroot/idlefork/idle/ZoomHeight.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ZoomHeight.py	19 Jan 2002 10:41:51 -0000	1.3
--- ZoomHeight.py	20 Dec 2002 01:22:01 -0000	1.4
***************
*** 31,36 ****
          newheight = newheight - 72
      else:
!         newy = 24
!         newheight = newheight - 96
      if height >= newheight:
          newgeom = ""
--- 31,38 ----
          newheight = newheight - 72
      else:
!         #newy = 24
!         newy = 0
!         #newheight = newheight - 96
!         newheight = newheight - 88       
      if height >= newheight:
          newgeom = ""