diff options
Diffstat (limited to 'addons/skin.estuary/xml/VideoOSD.xml')
-rw-r--r-- | addons/skin.estuary/xml/VideoOSD.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/addons/skin.estuary/xml/VideoOSD.xml b/addons/skin.estuary/xml/VideoOSD.xml index 6c25ea3a86..41e9fdc3f3 100644 --- a/addons/skin.estuary/xml/VideoOSD.xml +++ b/addons/skin.estuary/xml/VideoOSD.xml @@ -141,9 +141,6 @@ <scrolltime tween="sine">200</scrolltime> <orientation>horizontal</orientation> <onup>87</onup> - <ondown condition="Control.HasFocus(70043)">11104</ondown> - <ondown condition="Control.HasFocus(704)">12104</ondown> - <ondown condition="Control.HasFocus(255)">13103</ondown> <onleft>608</onleft> <onright>600</onright> <control type="radiobutton" id="804"> @@ -226,18 +223,18 @@ </control> <control type="group" id="6000"> <top>60</top> - <animation type="WindowOpen" condition="!Window.IsVisible(fullscreeninfo)" reversible="False"> + <animation type="WindowOpen" condition="!Window.IsVisible(fullscreeninfo)" reversible="false"> <effect type="fade" start="0" end="100" time="300"/> <effect type="slide" start="0,200" end="0,0" time="300" tween="cubic" easing="out" /> </animation> - <animation type="WindowClose" condition="!Window.IsVisible(fullscreeninfo)" reversible="False"> + <animation type="WindowClose" condition="!Window.IsVisible(fullscreeninfo)" reversible="false"> <effect type="fade" start="100" end="0" time="300"/> <effect type="slide" start="0,0" end="0,200" time="300" tween="cubic" easing="out" /> </animation> - <animation type="WindowOpen" condition="Window.IsVisible(fullscreeninfo)" reversible="False"> + <animation type="WindowOpen" condition="Window.IsVisible(fullscreeninfo)" reversible="false"> <effect type="fade" start="0" end="100" time="300"/> </animation> - <animation type="WindowClose" condition="Window.IsVisible(fullscreeninfo)" reversible="False"> + <animation type="WindowClose" condition="Window.IsVisible(fullscreeninfo)" reversible="false"> <effect type="fade" start="100" end="0" time="300"/> </animation> <visible>Player.SeekEnabled</visible> |