diff options
author | jezz_x <jezz_x@svn> | 2010-05-29 08:05:36 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-05-29 08:05:36 +0000 |
commit | d3e034e4600e8acc21ad834732f5f9f581b593d4 (patch) | |
tree | c77b686fee3add053bfe04270b3afa6e4e379d77 /addons/skin.confluence | |
parent | 6cf2225b6eab70b6fc1f3453c516339b1f595e78 (diff) |
Fixed : [Confluence] Keep aspect ratio on the busy animation so it still looks round on non 16x9 screens
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30660 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/DialogBusy.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/DialogBusy.xml b/addons/skin.confluence/720p/DialogBusy.xml index 4e84a53b8a..6b18c727ee 100644 --- a/addons/skin.confluence/720p/DialogBusy.xml +++ b/addons/skin.confluence/720p/DialogBusy.xml @@ -34,6 +34,7 @@ <width>32</width>
<height>32</height>
<texture>busy.png</texture>
+ <aspectratio>keep</aspectratio>
<animation effect="rotate" start="0" end="360" center="36,36" time="1200" loop="true" condition="true">conditional</animation>
</control>
<control type="label">
|