diff options
author | Richard Linden <none@none> | 2011-04-19 20:17:05 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-04-19 20:17:05 -0700 |
commit | 98ec4db650c2dbae0e28ae186a43218bff344b49 (patch) | |
tree | f2a630d9cbaca3c6dcf696dce262d8b9140302f5 /indra/newview/skins/default/xui/en/widgets | |
parent | fe91b0dbf27c432f71ea2ac01997adf332179cc0 (diff) | |
parent | 6b47a5ec782257b1aba31b0c9bec8c6f3709ba6f (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/loading_indicator.xml | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/loading_indicator.xml b/indra/newview/skins/default/xui/en/widgets/loading_indicator.xml index 6040d24128..ea1d89c975 100644 --- a/indra/newview/skins/default/xui/en/widgets/loading_indicator.xml +++ b/indra/newview/skins/default/xui/en/widgets/loading_indicator.xml @@ -3,6 +3,20 @@ follows="left|top" mouse_opaque="false" name="loading_indicator" - rotations_per_sec="1.0" - tab_stop="false" -/> + images_per_sec="1.0" + tab_stop="false"> + <images> + <image name="Progress_1"/> + <image name="Progress_2"/> + <image name="Progress_3"/> + <image name="Progress_4"/> + <image name="Progress_5"/> + <image name="Progress_6"/> + <image name="Progress_7"/> + <image name="Progress_8"/> + <image name="Progress_9"/> + <image name="Progress_10"/> + <image name="Progress_11"/> + <image name="Progress_12"/> + </images> +</loading_indicator>
\ No newline at end of file |