diff options
author | Leslie Linden <leslie@lindenlab.com> | 2012-02-10 12:41:20 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2012-02-10 12:41:20 -0800 |
commit | bb5797efd955cd6bd496a13104f6b84715afef06 (patch) | |
tree | a282d06995c730f2596e983670b5267faf0116a1 | |
parent | 788343db01ed4f6c0e786745d4f01bf6f5d2dba5 (diff) |
Resized the Merchant Outbox spinner to its native size
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_merchant_outbox.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_merchant_outbox.xml b/indra/newview/skins/default/xui/en/floater_merchant_outbox.xml index 498a9b6ce0..6f387f4800 100644 --- a/indra/newview/skins/default/xui/en/floater_merchant_outbox.xml +++ b/indra/newview/skins/default/xui/en/floater_merchant_outbox.xml @@ -132,16 +132,16 @@ </panel> <layout_stack name="import_progress_indicator" orientation="vertical" left="0" height="440" top="0" width="333" follows="all" visible="false"> <layout_panel /> - <layout_panel height="45" auto_resize="false"> - <layout_stack orientation="horizontal" left="0" height="45" top="0" width="333" follows="all"> + <layout_panel height="24" auto_resize="false"> + <layout_stack orientation="horizontal" left="0" height="24" top="0" width="333" follows="all"> <layout_panel width="0" /> - <layout_panel width="45" auto_resize="false"> + <layout_panel width="24" auto_resize="false"> <loading_indicator - height="45" + height="24" layout="topleft" left="0" top="0" - width="45" /> + width="24" /> </layout_panel> <layout_panel width="0" /> </layout_stack> |