diff options
Diffstat (limited to 'lib/python/Plugins/example.py')
| -rw-r--r-- | lib/python/Plugins/example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/example.py b/lib/python/Plugins/example.py index 86e2cd14..5b96ee37 100644 --- a/lib/python/Plugins/example.py +++ b/lib/python/Plugins/example.py @@ -6,7 +6,7 @@ from Components.Label import Label class Example(Screen): skin = """ <screen position="100,100" size="200,200" title="Example plugin..." > - <widget name="text" position="0,0" size="100,50" font="Arial;23" /> + <widget name="text" position="0,0" size="100,50" font="Regular;23" /> </screen>""" def __init__(self, session): |
