Panel Bar on the Bottom is Probably More Common

This commit is contained in:
Kurt B. Kaiser 2002-12-20 01:22:01 +00:00
parent a137cc9cb7
commit d0e2926d2a
1 changed files with 4 additions and 2 deletions

View 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: