diff options
author | un1versal <un1versal@users.noreply.github.com> | 2015-10-28 10:27:48 +0000 |
---|---|---|
committer | un1versal <un1versal@users.noreply.github.com> | 2015-10-29 12:52:55 +0000 |
commit | 92f2e4f16a25fa1825a6da712e9f670f500da5f2 (patch) | |
tree | 11cd0101e246e1bce66dcedbb342c4719172dc3f /addons | |
parent | cdb370209747f2cacca5e0b5ce87cf0c2db5cb1b (diff) |
[confluence]fix alignment of subtitles menu in livetv OSD when VideoPlayer.HasMenu is not visible
And align OSD record button to the right hand side of time progress.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/VideoOSD.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/VideoOSD.xml b/addons/skin.confluence/720p/VideoOSD.xml index eb8a166f76..83c505b5ee 100644 --- a/addons/skin.confluence/720p/VideoOSD.xml +++ b/addons/skin.confluence/720p/VideoOSD.xml @@ -177,7 +177,7 @@ <visible>VideoPlayer.HasMenu + !VideoPlayer.Content(LiveTV)</visible> </control> <control type="image" id="2300"> - <width>165</width> + <width>160</width> <texture>-</texture> <visible>VideoPlayer.Content(LiveTV)</visible> </control> @@ -294,6 +294,7 @@ <animation effect="slide" start="0,0" end="0,80" time="0" condition="![VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled]">Conditional</animation> <animation effect="slide" start="0,0" end="0,40" time="0" condition="!VideoPlayer.HasSubtitles">Conditional</animation> <animation effect="slide" start="0,0" end="55,0" time="0" condition="![VideoPlayer.HasMenu | VideoPlayer.Content(LiveTV)]">Conditional</animation> + <animation effect="slide" start="0,0" end="55,0" time="0" condition="!VideoPlayer.HasMenu + VideoPlayer.Content(LiveTV)">Conditional</animation> <right>145</right> <bottom>45</bottom> <width>256</width> |