~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/widgets/textwidgets.py

  • Committer: Curtis Hovey
  • Date: 2011-05-12 18:25:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13038.
  • Revision ID: curtis.hovey@canonical.com-20110512182506-098n1wovp9m1av59
Renamed licence_reviewed to project_reviewed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
class DescriptionWidget(TextAreaWidget):
274
274
    """A widget to capture a description."""
275
275
    width = 44
276
 
    height = 15
 
276
    height = 5
277
277
 
278
278
 
279
279
class NoneableDescriptionWidget(DescriptionWidget):