Skip to content

Commit

Permalink
cosmetics: use the same zoom values for horizontal and vertical to av…
Browse files Browse the repository at this point in the history
…oid stretching of the guess image
  • Loading branch information
fuxii committed Jun 19, 2011
1 parent 52709e0 commit eeb8d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins/default/720p/script-WhatTheMovie-main.xml
Expand Up @@ -3,7 +3,7 @@
<controls> <controls>
<control type="group"> <control type="group">
<description>Group for zooming effect</description> <description>Group for zooming effect</description>
<animation effect="zoom" end="178,180" center="auto" time="500" tween="cubic" easing="inout" condition="Control.HasFocus(3003) + !StringCompare(Window(10000).Property(wtm.main_image),)">Conditional</animation> <animation effect="zoom" end="180,180" center="auto" time="500" tween="cubic" easing="inout" condition="Control.HasFocus(3003) + !StringCompare(Window(10000).Property(wtm.main_image),)">Conditional</animation>
<control type="image"> <control type="image">
<description>Background</description> <description>Background</description>
<posx>0</posx> <posx>0</posx>
Expand Down

0 comments on commit eeb8d39

Please sign in to comment.