mirror of https://github.com/kivy/kivy.git
uix:CodeInput. Use mono-space font by default
This commit is contained in:
parent
b3ebba28a3
commit
7d05402168
|
@ -191,6 +191,9 @@
|
|||
text: 'Select All'
|
||||
on_release: root.do('selectall')
|
||||
|
||||
<CodeInput>:
|
||||
font_name: 'data/fonts/DroidSansMono.ttf'
|
||||
|
||||
|
||||
<TreeViewNode>:
|
||||
canvas.before:
|
||||
|
|
Loading…
Reference in New Issue