mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Whitespace Normalization
This commit is contained in:
parent
9532298c82
commit
6655e4bc27
23 changed files with 306 additions and 322 deletions
|
@ -10,7 +10,7 @@ class ZoomHeight:
|
|||
('_Zoom Height', '<<zoom-height>>'),
|
||||
])
|
||||
]
|
||||
|
||||
|
||||
def __init__(self, editwin):
|
||||
self.editwin = editwin
|
||||
|
||||
|
@ -33,7 +33,7 @@ def zoom_height(top):
|
|||
#newy = 24
|
||||
newy = 0
|
||||
#newheight = newheight - 96
|
||||
newheight = newheight - 88
|
||||
newheight = newheight - 88
|
||||
if height >= newheight:
|
||||
newgeom = ""
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue