diff options
author | xhaggi <sascha.woo@gmail.com> | 2014-01-06 13:22:02 +0100 |
---|---|---|
committer | xhaggi <sascha.woo@gmail.com> | 2014-01-06 13:22:02 +0100 |
commit | 6b37f24ca11b36ea11e4b34ce5b10ddf278f5db5 (patch) | |
tree | c77477d0c0a9eb74ce7ef383ba6c51c5392c630d | |
parent | ba9411e2f8b2186e2cd4f1f207457adf0a801a71 (diff) |
[confluence] epg: adds genre to timeline info area
-rw-r--r-- | addons/skin.confluence/720p/ViewsPVR.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/ViewsPVR.xml b/addons/skin.confluence/720p/ViewsPVR.xml index 4000c40cf8..6e2aa3aa93 100644 --- a/addons/skin.confluence/720p/ViewsPVR.xml +++ b/addons/skin.confluence/720p/ViewsPVR.xml @@ -1070,7 +1070,7 @@ <left>280</left> <top>0</top> <width>840</width> - <height>86</height> + <height>20</height> <label>[B]$INFO[ListItem.Label][/B]</label> <font>font13</font> <textcolor>white</textcolor> @@ -1079,8 +1079,8 @@ <left>280</left> <top>25</top> <width>840</width> - <height>86</height> - <label>$INFO[ListItem.StartTime]$INFO[ListItem.EndTime, - ]$INFO[ListItem.Duration, (,)]</label> + <height>20</height> + <label>$INFO[ListItem.StartTime]$INFO[ListItem.EndTime, - ]$INFO[ListItem.Genre, • ]</label> <font>font12</font> <textcolor>grey</textcolor> </control> |