diff options
Diffstat (limited to 'addons/skin.estouchy/xml/Includes.xml')
-rw-r--r-- | addons/skin.estouchy/xml/Includes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estouchy/xml/Includes.xml b/addons/skin.estouchy/xml/Includes.xml index 738b765b5a..c16c20bc42 100644 --- a/addons/skin.estouchy/xml/Includes.xml +++ b/addons/skin.estouchy/xml/Includes.xml @@ -310,7 +310,7 @@ <include>Window_OpenClose_Animation</include> <posx>40r</posx> <posy>120</posy> - <visible>Control.IsVisible(60) + ![[Window.IsVisible(TVGuide) | Window.IsVisible(RadioGuide)] + Control.IsVisible(10)]</visible> + <visible>Control.IsVisible(60)</visible> <animation effect="slide" start="40,0" end="0,0" time="400">Visible</animation> <animation effect="slide" start="0,0" end="40,0" time="400">Hidden</animation> <animation effect="slide" start="0,0" end="-7,0" time="0" condition="String.IsEqual(Skin.AspectRatio,4:3)">Conditional</animation> |