Hi, everyone<br><br>I'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 "toolbar.py" 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 == '12':<br> self._font_size_combo.set_active(i)<br>...<br>...<br><br>I turned that '12' into a '48', but default size is still fixed at '12'.<br>
<br>Any tips?<br><br>Thanks,<br>Emiliano<br><br>