~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2011-07-28 20:46:18 UTC
  • mfrom: (13553 devel)
  • mto: This revision was merged to the branch mainline in revision 13555.
  • Revision ID: julian.edwards@canonical.com-20110728204618-tivj2wx2oa9s32bx
merge trunk

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