Panel Bar on the Bottom is Probably More Common
This commit is contained in:
parent
a137cc9cb7
commit
d0e2926d2a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue