aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorronie <ronie>2013-11-05 13:08:27 +0100
committerronie <ronie>2013-11-05 13:08:27 +0100
commit45a50dae90aef16fd2cac3823ca230841628d8d7 (patch)
tree673e63fc993efb1fad6ae78a1d897e62a19ec40f /addons
parent1929cb7563266ffdc86890bb59611e42d0c7d6ba (diff)
[Confluence] align subtitle popup to the bottom
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.confluence/720p/VideoOSD.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/VideoOSD.xml b/addons/skin.confluence/720p/VideoOSD.xml
index ee1d7f1741..cbc5c1c492 100644
--- a/addons/skin.confluence/720p/VideoOSD.xml
+++ b/addons/skin.confluence/720p/VideoOSD.xml
@@ -492,6 +492,8 @@
<control type="grouplist" id="400">
<visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible>
<animation effect="fade" time="200">VisibleChange</animation>
+ <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>
<left>400r</left>
<top>350r</top>
<width>256</width>