[Sugar-devel] Setting default font size in Write activity

2009-09-23 Thread Emiliano Pastorino
Hi, everyone I've been asked to set a larger font size by default in Write activity for children who are visually impaired. I tried to edit toolbar.py like this: ... ... for i, s in enumerate(self._font_sizes): self._font_size_combo_append_item(i, s, None) if s == '12':

Re: [Sugar-devel] Setting default font size in Write activity

2009-09-23 Thread Tomeu Vizoso
On Wed, Sep 23, 2009 at 15:27, Emiliano Pastorino epastor...@plan.ceibal.edu.uy wrote: Hi, everyone I've been asked to set a larger font size by default in Write activity for children who are visually impaired. I tried to edit toolbar.py like this: ... ... for i, s in

Re: [Sugar-devel] Setting default font size in Write activity

2009-09-23 Thread Emiliano Pastorino
That did the job. Thank you very much, Tomeu! Emiliano On Wed, Sep 23, 2009 at 11:27 AM, Tomeu Vizoso to...@sugarlabs.org wrote: On Wed, Sep 23, 2009 at 15:27, Emiliano Pastorino epastor...@plan.ceibal.edu.uy wrote: Hi, everyone I've been asked to set a larger font size by default in