[Bugs] #3586 sugar UNSP: Activity Toolbar Description input field should soft wrap text

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Tue May 8 18:54:20 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):

 Can be easily fixed by editing sugar/activity/widgets.py and
 sugar3/activity/widgets.py and adding the below at around line 257:

 {{{
 self._text_view.set_wrap_mode(gtk.WRAP_WORD_CHAR)
 }}}

 This soft wraps the existing text and new text that you type to fit the
 horizontal width of the text view.

-- 
Ticket URL: <http://bugs.sugarlabs.org/ticket/3586#comment:1>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list