diff options
author | eli <none@none> | 2012-03-01 14:21:57 -0800 |
---|---|---|
committer | eli <none@none> | 2012-03-01 14:21:57 -0800 |
commit | 1d200c56e151eb8fc384693175d1b9318ff0f919 (patch) | |
tree | 79d75fb3a181a26518bb561170903359552fa826 /indra/newview/skins/default/xui/en/floater_merchant_outbox.xml | |
parent | 785aa25ad4a7bd4ede8538dc0f547ebb0b46582e (diff) |
sync with viewer-development
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_merchant_outbox.xml')
-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> |