diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-01 08:42:25 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-01 08:42:25 +0000 |
| commit | 2d2f9e675246ff89b0a4bf0d7bc847206e3a8112 (patch) | |
| tree | f01f68f3c86de123117579f65b04632017e8aec6 /lib/python/Screens | |
| parent | dd29c93c225fc22f778e235c1e4a6310ad21ce6f (diff) | |
| download | enigma2-2d2f9e675246ff89b0a4bf0d7bc847206e3a8112.tar.gz enigma2-2d2f9e675246ff89b0a4bf0d7bc847206e3a8112.zip | |
add missing renderer
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/SimpleSummary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/SimpleSummary.py b/lib/python/Screens/SimpleSummary.py index 54f8ef6b..411e2276 100644 --- a/lib/python/Screens/SimpleSummary.py +++ b/lib/python/Screens/SimpleSummary.py @@ -4,7 +4,7 @@ from Components.Sources.Source import ObsoleteSource class SimpleSummary(Screen): skin = """ <screen position="0,0" size="132,64"> - <widget source="global.CurrentTime" position="56,46" size="82,18" font="Regular;16"> + <widget source="global.CurrentTime" render="Label" position="56,46" size="82,18" font="Regular;16"> <convert type="ClockToText">WithSeconds</convert> </widget> <widget name="Title" position="6,4" size="120,42" font="Regular;18" /> |
