Skip to content

Commit

Permalink
Fix to incorrectly sized backdrop which was causing flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Jul 19, 2012
1 parent abffd04 commit 971bda7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions menu-ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<window name="mainmenu">

<animation trigger="AboutToHide">
<section duration="500">
<alpha start="255" end="0" easingcurve="OutQuart"/>
</section>
</animation>

<shape name="titlebox">
<area>-10,-10,1300,130</area>
<type>box</type>
Expand Down
2 changes: 1 addition & 1 deletion recordings-ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</imagetype>

<imagetype name="fanartoverlay">
<area>0,0,1280,760</area>
<area>0,0,1280,720</area>
<filename>video/movieinfogradient.png</filename>
<alpha>170</alpha>
</imagetype>
Expand Down
7 changes: 6 additions & 1 deletion video-ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -759,14 +759,19 @@
<alpha start="0" end="255" easingcurve="OutQuart"/>
</section>
</animation>
<animation trigger="AboutToHide">
<section duration="500">
<alpha start="255" end="0" easingcurve="OutQuart"/>
</section>
</animation>

<imagetype name="fanart">
<filename>background.png</filename>
<area>0,0,1280,720</area>
<preserveaspect>yes</preserveaspect>
</imagetype>
<imagetype name="fanartoverlay">
<area>0,0,1280,760</area>
<area>0,0,1280,720</area>
<filename>video/movieinfogradient.png</filename>
<alpha>230</alpha>
</imagetype>
Expand Down

0 comments on commit 971bda7

Please sign in to comment.