diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-03-10 07:57:31 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2014-03-10 08:29:19 +1300 |
commit | 2d0799e083c11a4687763d528fd3552ef7ddbf49 (patch) | |
tree | cf3d8484250452ac387ecfea7e07a7d9476438a0 /addons | |
parent | ce284f809367687529ee253054dbecdcd264f090 (diff) |
Merge pull request #4376 from xhaggi/epg-timeline
[epg] adjust title to the left edge for the first items in timeline view
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/ViewsPVR.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/ViewsPVR.xml b/addons/skin.confluence/720p/ViewsPVR.xml index fb5d377a5d..ac84014dbb 100644 --- a/addons/skin.confluence/720p/ViewsPVR.xml +++ b/addons/skin.confluence/720p/ViewsPVR.xml @@ -983,9 +983,9 @@ <texture border="3">epg-genres/$INFO[ListItem.Property(GenreType)].png</texture> </control> <control type="label" id="1"> - <left>6</left> + <left>10</left> <top>3</top> - <width>30</width> + <width>20</width> <height>25</height> <font>font12</font> <aligny>center</aligny> @@ -1027,9 +1027,9 @@ <texture border="3">epg-genres/$INFO[ListItem.Property(GenreType)].png</texture> </control> <control type="label" id="1"> - <left>6</left> + <left>10</left> <top>3</top> - <width>30</width> + <width>20</width> <height>25</height> <font>font12</font> <aligny>center</aligny> |