Rioboto -> Roboto

This commit is contained in:
dessant 2015-12-04 01:47:06 +02:00
parent dba00cac54
commit 8e762ec54a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class CodeInputTest(App):
if file.endswith('.ttf')]
fnt_name = Spinner(
text='RiobotoMono',
text='RobotoMono',
option_cls=Fnt_SpinnerOption,
values=fonts)
fnt_name.bind(text=self._update_font)