Ignore:
Timestamp:
04/01/13 12:04:01 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added word wrapping to the description (re #190)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/bugreport.py

    r490 r492  
    6464        self._description = description = gtk.TextView()
    6565        description.set_tooltip_text(xstr("bugreport_description_tooltip"))
     66        description.set_wrap_mode(WRAP_WORD)
    6667        label.set_mnemonic_widget(description)
    6768
Note: See TracChangeset for help on using the changeset viewer.