mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
*** empty log message ***
This commit is contained in:
parent
17fca179bc
commit
aa1791765e
4 changed files with 24 additions and 16 deletions
|
@ -25,7 +25,7 @@ class TextEdit():
|
|||
del self.window
|
||||
#
|
||||
def minsize(self, m):
|
||||
return self.cols*m.textwidth('n'), self.rows*m.lineheight()
|
||||
return self.cols*m.textwidth('in')/2, self.rows*m.lineheight()
|
||||
def setbounds(self, bounds):
|
||||
self.bounds = bounds
|
||||
if self.editor:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue