~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/browser/vocabulary.py

  • Committer: Edwin Grubbs
  • Date: 2010-02-03 05:18:21 UTC
  • mto: This revision was merged to the branch mainline in revision 10304.
  • Revision ID: edwin.grubbs@canonical.com-20100203051821-p7lbeyzh8il3m5ol
Completely working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
# This limits the output to one line of text, since the sprite class
44
44
# cannot clip the background image effectively for vocabulary items
45
45
# with more than single line description below the title.
46
 
MAX_DESCRIPTION_LENGTH = 55
 
46
MAX_DESCRIPTION_LENGTH = 120
47
47
 
48
48
 
49
49
class IPickerEntry(Interface):