diff options
author | xhaggi <sascha.woo@gmail.com> | 2014-03-09 07:47:29 +0100 |
---|---|---|
committer | xhaggi <sascha.woo@gmail.com> | 2014-03-09 10:25:54 +0100 |
commit | b504e3a78478280dd067542b2b2165d4ca0dc93a (patch) | |
tree | 62ce313831d89125989977ca57d56a29e5751720 /addons/skin.confluence/720p/ViewsPVR.xml | |
parent | 8db0495c1afe9ffd8122d68e1af654ba641486f6 (diff) |
[confluence] fix: timeline item label overlapping
Diffstat (limited to 'addons/skin.confluence/720p/ViewsPVR.xml')
-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> |