diff options
author | ronie <ronie@xbmc.org> | 2013-08-18 20:15:11 +0200 |
---|---|---|
committer | ronie <ronie@xbmc.org> | 2013-08-18 20:15:11 +0200 |
commit | 9e0d63859995ce480dcaff34a28a36eed517f2ba (patch) | |
tree | db6f7f851294f66719d3e12ff071e97d5612a04a /addons | |
parent | 3abf466dd2fb51b303d73763f4745f2eed080273 (diff) |
[Confluence] fix position OSD buttons
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/VideoOSD.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/VideoOSD.xml b/addons/skin.confluence/720p/VideoOSD.xml index deb16a443a..c7c4075d3e 100644 --- a/addons/skin.confluence/720p/VideoOSD.xml +++ b/addons/skin.confluence/720p/VideoOSD.xml @@ -391,7 +391,7 @@ <!-- LiveTV --> <control type="group"> - <posx>240r</posx> + <posx>300r</posx> <posy>60r</posy> <animation effect="fade" time="200">VisibleChange</animation> <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)]</visible> @@ -800,4 +800,4 @@ </control> </control> </controls> -</window>
\ No newline at end of file +</window> |