mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Adjusted Unix height to work with fvwm96. :=(
This commit is contained in:
parent
b75d021081
commit
1ae3f89611
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class ZoomHeight:
|
|||
height = height - 72
|
||||
else:
|
||||
y = 24
|
||||
height = height - 64
|
||||
height = height - 96
|
||||
newgeom = "%dx%d+%d+%d" % (width, height, x, y)
|
||||
if geom == newgeom:
|
||||
newgeom = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue