*** empty log message ***

This commit is contained in:
Guido van Rossum 1991-05-14 12:22:25 +00:00
parent 17fca179bc
commit aa1791765e
4 changed files with 24 additions and 16 deletions

View file

@ -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: