Commit d0e2926d authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

Panel Bar on the Bottom is Probably More Common

parent a137cc9c
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment