aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-03-11 13:54:33 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-03-11 13:54:33 +0100
commita6f88303d6efb4e6669a6a491bec4cf3e751337a (patch)
treeeed64d2e84c2a34586a17993a46bd87996597577 /lib/python/Plugins
parentf17c083922e7cec7eae5e290227d641e197acb4b (diff)
downloadenigma2-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')
-rwxr-xr-xlib/python/Plugins/Extensions/DVDPlayer/plugin.py2
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>