diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-16 19:00:37 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-10-16 19:00:37 +0000 |
| commit | 8e63444e6767c17cffe73fb03a88fe4b68fa06c3 (patch) | |
| tree | 08e882a64374105a62cf7f5b4fdbcab77e6e26e4 /lib/python | |
| parent | 21a95b7486fcf312b41619066dc30d521dc5ebec (diff) | |
| download | enigma2-8e63444e6767c17cffe73fb03a88fe4b68fa06c3.tar.gz enigma2-8e63444e6767c17cffe73fb03a88fe4b68fa06c3.zip | |
small lcd cosmetics
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 7e74ddbf..b720d200 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1932,13 +1932,13 @@ class InfoBarSummarySupport: class InfoBarMoviePlayerSummary(Screen): skin = """ <screen position="0,0" size="132,64"> - <widget source="global.CurrentTime" render="Label" position="56,46" size="82,18" font="Regular;16" > + <widget source="global.CurrentTime" render="Label" position="62,46" size="64,18" font="Regular;16" halign="right" > <convert type="ClockToText">WithSeconds</convert> </widget> <widget source="session.CurrentService" render="Label" position="6,4" size="120,42" font="Regular;18" > <convert type="ServiceName">Name</convert> </widget> - <widget source="session.CurrentService" render="Progress" position="0,46" size="56,18" > + <widget source="session.CurrentService" render="Progress" position="6,46" size="56,18" borderWidth="1" > <convert type="ServicePosition">Position</convert> </widget> </screen>""" |
