diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 2d44d3df..2ca2681f 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1911,9 +1911,14 @@ class InfoBarSummary(Screen): </widget> <widget source="session.CurrentService" render="Label" position="6,4" size="120,42" font="Regular;18" > <convert type="ServiceName">Name</convert> - </widget> + </widget> </screen>""" +# for picon: (path="piconlcd" will use LCD picons) +# <widget source="session.CurrentService" render="Picon" position="6,0" size="120,64" path="piconlcd" > +# <convert type="ServiceName">Reference</convert> +# </widget> + def __init__(self, session, parent): Screen.__init__(self, session) |
