# HG changeset patch # User Aurelien Campeas # Date 1247163234 -7200 # Node ID e4229723b8242d28a261ce4e8f0cbb44099db900 # Parent 9f5e911eab077502346db8e17bcd08c2f913cdc3 [formwidgets] let the textarea height be dependant on the actual content (up to a limit) diff -r 9f5e911eab07 -r e4229723b824 web/formwidgets.py --- a/web/formwidgets.py Thu Jul 09 19:59:41 2009 +0200 +++ b/web/formwidgets.py Thu Jul 09 20:13:54 2009 +0200 @@ -146,17 +146,22 @@ class TextArea(FieldWidget): """''' % {'eid': file.eid}) +''' % {'eid': file.eid}) def test_passwordfield(self):