diff options
author | ronie <ronie@poedel.net> | 2013-01-16 14:10:18 +0100 |
---|---|---|
committer | ronie <ronie@poedel.net> | 2013-01-16 14:10:18 +0100 |
commit | eba735036e51a3f5857b0ff16c2875fc71ffcd42 (patch) | |
tree | 6a1e2dc1b5f744072ee34889b0b4b2f5b01ac866 /addons | |
parent | 5e14f873a15b55dec66779da2b5de544be5200e8 (diff) |
[Confluence] fix: remove deprecated code
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/DialogExtendedProgressBar.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/DialogExtendedProgressBar.xml b/addons/skin.confluence/720p/DialogExtendedProgressBar.xml index c9848fc0ca..60e21ac354 100644 --- a/addons/skin.confluence/720p/DialogExtendedProgressBar.xml +++ b/addons/skin.confluence/720p/DialogExtendedProgressBar.xml @@ -6,7 +6,6 @@ <control type="group"> <posx>720</posx> <posy>0</posy> - <animation effect="slide" end="-400,0" time="200" condition="Window.IsVisible(133)">conditional</animation> <animation effect="slide" end="0,-80" time="200" condition="Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)">conditional</animation> <control type="image"> <posx>0</posx> @@ -45,4 +44,4 @@ </control> </control> </controls> -</window>
\ No newline at end of file +</window> |