commit | aa1791765ee8de07ac37b71ad1c7d8d902e46aaa | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue May 14 12:22:25 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue May 14 12:22:25 1991 +0000 |
tree | 3dbf409cb9c83c51d68e3e6c846f4c9cbfb54817 | |
parent | 17fca179bc3de0106cd10b2341663f72946b8cfe [diff] [blame] |
*** empty log message ***
diff --git a/Lib/stdwin/TextEdit.py b/Lib/stdwin/TextEdit.py index d7b2236..f70fba1 100755 --- a/Lib/stdwin/TextEdit.py +++ b/Lib/stdwin/TextEdit.py
@@ -25,7 +25,7 @@ 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: