diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-11 13:54:33 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-03-11 13:54:33 +0100 |
| commit | a6f88303d6efb4e6669a6a491bec4cf3e751337a (patch) | |
| tree | eed64d2e84c2a34586a17993a46bd87996597577 /lib/python/Plugins/Extensions | |
| parent | f17c083922e7cec7eae5e290227d641e197acb4b (diff) | |
| download | enigma2-a6f88303d6efb4e6669a6a491bec4cf3e751337a.tar.gz enigma2-a6f88303d6efb4e6669a6a491bec4cf3e751337a.zip | |
lib/python/Plugins/Extensions/DVDPlayer/plugin.py: smaller fontsize for "DVD Player" text in LCD/Oled display
Diffstat (limited to 'lib/python/Plugins/Extensions')
| -rwxr-xr-x | lib/python/Plugins/Extensions/DVDPlayer/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py index 6e4d9cc6..e092e82f 100755 --- a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py @@ -93,7 +93,7 @@ class DVDSummary(Screen): <widget source="session.CurrentService" render="Label" position="5,4" size="120,28" font="Regular;12" transparent="1" > <convert type="ServiceName">Name</convert> </widget> - <widget name="DVDPlayer" position="5,30" size="66,16" font="Regular;12" transparent="1" /> + <widget name="DVDPlayer" position="5,30" size="66,16" font="Regular;11" transparent="1" /> <widget name="Chapter" position="72,30" size="54,16" font="Regular;12" transparent="1" halign="right" /> <widget source="session.CurrentService" render="Label" position="66,46" size="60,18" font="Regular;16" transparent="1" halign="right" > <convert type="ServicePosition">Position</convert> |
