mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +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
|
height = height - 72
|
||||||
else:
|
else:
|
||||||
y = 24
|
y = 24
|
||||||
height = height - 64
|
height = height - 96
|
||||||
newgeom = "%dx%d+%d+%d" % (width, height, x, y)
|
newgeom = "%dx%d+%d+%d" % (width, height, x, y)
|
||||||
if geom == newgeom:
|
if geom == newgeom:
|
||||||
newgeom = ""
|
newgeom = ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue