mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Panel Bar on the Bottom is Probably More Common
This commit is contained in:
parent
a137cc9cb7
commit
d0e2926d2a
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue