web/formwidgets.py
branchstable
changeset 5111 9f3ea34f98d1
parent 4975 35b0dd80dc06
child 5367 4176a50c81c9
--- a/web/formwidgets.py	Wed Mar 31 13:35:44 2010 +0200
+++ b/web/formwidgets.py	Wed Mar 31 14:27:02 2010 +0200
@@ -783,6 +783,7 @@
             attrs['id'] = field.dom_id(form, 'fqs')
         if self.settabindex:
             attrs['tabindex'] = req.next_tabindex()
+        attrs.setdefault('cols', 60)
         attrs.setdefault('onkeyup', 'autogrow(this)')
         inputs += [tags.textarea(fqs, name=fqsqname, **attrs),
                    u'</td></tr></table>']