Skip to content

Commit

Permalink
[fullscreen info] remove unneeded visible animation
Browse files Browse the repository at this point in the history
  • Loading branch information
BigNoid committed Jul 23, 2015
1 parent b17f484 commit 7b918da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 1080i/DialogFullScreenInfo.xml
Expand Up @@ -4,8 +4,7 @@
<controls>
<control type="group">
<animation effect="slide" start="0,-100" end="0,0" time="200">WindowOpen</animation>
<animation effect="slide" start="0,-100" end="0,0" time="200">VisibleChange</animation>
<visible>!Window.IsActive(videoosd) + !VideoPlayer.Content(LiveTV) + !VideoPlayer.Content(episodes) + !VideoPlayer.Content(movies)</visible>
<visible>!Window.IsActive(videoosd) + !VideoPlayer.Content(episodes) + !VideoPlayer.Content(movies)</visible>
<top>0</top>
<control type="image">
<left>0</left>
Expand Down

0 comments on commit 7b918da

Please sign in to comment.