diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-12-16 14:23:58 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-12-16 14:23:58 -0500 |
commit | 9571dcfed6e12f23b170ddbc6d0fba93a96e657c (patch) | |
tree | 86eb2a0a6bdd25182ecf181ecb7657144bc22b4d /indra/newview/skins/default/xui/en/panel_outfits_inventory.xml | |
parent | ee80fb64afc9725a12e37e14001a15542dc7ca3d (diff) |
EXT-3514 update debug settings for appearance
fixing layout issues with previous patch to avoid breaking the bottom buttons
reviewed by vir
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_outfits_inventory.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_outfits_inventory.xml | 19 |
1 files changed, 9 insertions, 10 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 42537553ec..2f176f011b 100644 --- a/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml +++ b/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml @@ -47,16 +47,6 @@ name="cof_accordionpanel" start_folder="Current Outfit" /> </tab_container> - <button - follows="bottom|left" - height="18" - label="edit look" - layout="topleft" - left="10" - name="look_edit_btn" - top_pad="10" - visible="false" - width="90" /> <panel background_visible="true" follows="bottom|left" @@ -110,5 +100,14 @@ right="-5" top_pad="0" width="90" /> + <button + follows="bottom|left" + height="23" + label="edit look" + layout="topleft" + left_pad="-200" + name="look_edit_btn" + visible="false" + width="90" /> </panel> </panel> |