diff options
author | spiff_ <spiff_@svn> | 2010-10-12 18:25:15 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-10-12 18:25:15 +0000 |
commit | 5243a6c51828a0f2e31bf9a4a0e0f23689ec617b (patch) | |
tree | fe931ef23a0903a90a57d9cd2d3459c24d369fee | |
parent | f77cb3d63cce5c426513c2990fa4b47610e90b6d (diff) |
Fixed: [Confluence] No Page controls in the new Live TV view
(cherry picked from commit 9c1b5e1dd0a2bd7ede893861b5fce7de6f6637f2)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@34714 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | addons/skin.confluence/720p/ViewsLiveTV.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/ViewsLiveTV.xml b/addons/skin.confluence/720p/ViewsLiveTV.xml index 321fbc7871..68ca18146c 100644 --- a/addons/skin.confluence/720p/ViewsLiveTV.xml +++ b/addons/skin.confluence/720p/ViewsLiveTV.xml @@ -118,7 +118,7 @@ <onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
- <visible>Control.IsVisible(506)</visible>
+ <visible>Control.IsVisible(560)</visible>
</control>
<control type="image">
<posx>40</posx>
|