Hi, everyone<br><br>I&#39;ve been asked to set a larger font size by default in Write activity for children who are visually impaired.<br>I tried to edit &quot;toolbar.py&quot; like this:<br><br>...<br>...<br>for i, s in enumerate(self._font_sizes):<br>
    self._font_size_combo_append_item(i, s, None)<br>    if s == &#39;12&#39;:<br>        self._font_size_combo.set_active(i)<br>...<br>...<br><br>I turned that &#39;12&#39; into a &#39;48&#39;, but default size is still fixed at &#39;12&#39;.<br>
<br>Any tips?<br><br>Thanks,<br>Emiliano<br><br>