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:52 +0100 |
| commit | ff47103fb97bee2e47e8626a3356c80b25e22a4c (patch) | |
| tree | 861688f6c6fc3dc43d1133c1452fbf7f1f97f3e5 /lib/python | |
| parent | 0e0842e360e8702d0b649339be3b0b19c412216c (diff) | |
| download | enigma2-ff47103fb97bee2e47e8626a3356c80b25e22a4c.tar.gz enigma2-ff47103fb97bee2e47e8626a3356c80b25e22a4c.zip | |
lib/python/Plugins/Extensions/DVDPlayer/plugin.py: smaller fontsize for "DVD Player" text in LCD/Oled display
Diffstat (limited to 'lib/python')
| -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> |
