diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-03-10 07:57:31 +1300 |
---|---|---|
committer | jmarshallnz <jcmarsha@gmail.com> | 2014-03-10 07:57:31 +1300 |
commit | 7e0e1ac3a2fa6893d778094a157e0629d60937e3 (patch) | |
tree | eff7f966d66807c23a11d48ced6ae81c0175ada1 /addons | |
parent | 98a1cb9b5e07c4a002e3a2cf0404d7fb37a8722e (diff) | |
parent | f6578242d623c1d33ecbc68d626c26bcd332b7ec (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> |