[Bugs] #3586 sugar UNSP: Activity Toolbar Description input field should soft wrap text
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Thu May 10 11:10:21 EDT 2012
#3586: Activity Toolbar Description input field should soft wrap text
------------------------------------------+---------------------------------
Reporter: garycmartin | Owner:
Type: defect | Status: new
Priority: Unspecified by Maintainer | Milestone: Unspecified by Release Team
Component: sugar | Version: Unspecified
Severity: Unspecified | Keywords:
Distribution: Unspecified | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Comment(by garycmartin):
Correction, sugar3 uses Gtk and not gtk as well as some other changes, so
editing sugar/activity/widgets.py needs:
{{{
self._text_view.set_wrap_mode(gtk.WRAP_WORD_CHAR)
}}}
... and sugar3/activity/widgets.py needs:
{{{
self._text_view.set_wrap_mode(Gtk.WrapMode.WORD_CHAR)
}}}
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3586#comment:3>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list