diff options
author | tavoc <github@rahnefeld.net> | 2015-02-11 17:12:17 +0100 |
---|---|---|
committer | tavoc <github@rahnefeld.net> | 2015-02-11 17:13:53 +0100 |
commit | fc88791f9bb93bc7af315b6fa4bb2c8cd9cf3707 (patch) | |
tree | 5b983c6c7d4a8f3a244ac20804a53725342c5ebe /addons/skin.confluence/720p/ViewsPVRGuide.xml | |
parent | 6c1b379e2cc1db1fc73637e64833d477a74edeef (diff) |
[confluence] fix misalignment of epg progressbar
The Progressbar in the EPG Grid View does not show the correct time. It
seems to lag behind 10-15 minutes, because the Bar is left-aligned..
Changing it to center seems to work.
Diffstat (limited to 'addons/skin.confluence/720p/ViewsPVRGuide.xml')
-rw-r--r-- | addons/skin.confluence/720p/ViewsPVRGuide.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/ViewsPVRGuide.xml b/addons/skin.confluence/720p/ViewsPVRGuide.xml index 0d213e5cb1..9130e64143 100644 --- a/addons/skin.confluence/720p/ViewsPVRGuide.xml +++ b/addons/skin.confluence/720p/ViewsPVRGuide.xml @@ -34,14 +34,14 @@ <onback>101</onback> <rulerlayout height="35" width="40"> <control type="label" id="2"> - <left>10</left> + <left>0</left> <top>0</top> <width>34</width> <height>29</height> <font>font12</font> <aligny>center</aligny> <selectedcolor>selected</selectedcolor> - <align>left</align> + <align>center</align> <label>$INFO[ListItem.Label]</label> </control> </rulerlayout> |