diff options
| author | Kent Quirk <q@lindenlab.com> | 2010-02-20 14:00:06 -0500 | 
|---|---|---|
| committer | Kent Quirk <q@lindenlab.com> | 2010-02-20 14:00:06 -0500 | 
| commit | 4cf6ad1bd68ac2f944b93c1b5fed6d11ac69f56a (patch) | |
| tree | 9d1bddd48a3c02ed1aeab5ef7b31df9b3b6bc9a8 | |
| parent | f08ab41c3e5d7824cb34378ba5a400795e7e888c (diff) | |
EXT-5593 - Fix by Erica to fix problems with button size for Beta 3. Verified by Q.
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfits_inventory.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml index 86eaa79587..cc60b97f92 100644 --- a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml +++ b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml @@ -64,7 +64,7 @@  	<panel  	  background_visible="false"  	  follows="bottom|left" -	  height="50" +	  height="73"  	  layout="topleft"  	  left="9"  	  visible="true" | 
