diff options
| author | Lis Pardi <lis@lindenlab.com> | 2009-11-05 12:51:49 -0500 | 
|---|---|---|
| committer | Lis Pardi <lis@lindenlab.com> | 2009-11-05 12:51:49 -0500 | 
| commit | 78923934c783accf33c9a6e68fadd699227ed3d5 (patch) | |
| tree | 6690627fbce7f4df9a04c59aebeb10514da97ca1 | |
| parent | fd7d01c7094c1f8adad02b16c5865944a34737c9 (diff) | |
ext-146 appearance floater has layout issues
ext-1942 there is corrupted UI in the Skin, Hair, Shirt, Pants tabs in the Edit Appearance dlg
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_customize.xml | 31 | 
1 files changed, 11 insertions, 20 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_customize.xml b/indra/newview/skins/default/xui/en/floater_customize.xml index c021dd79de..f54b6eecfb 100644 --- a/indra/newview/skins/default/xui/en/floater_customize.xml +++ b/indra/newview/skins/default/xui/en/floater_customize.xml @@ -193,7 +193,7 @@               font="SansSerif"               height="16"               layout="topleft" -             left="26" +             left="8"               name="title"               top="8"               width="355"> @@ -299,7 +299,7 @@ scratch and wear it.               left="8"               name="Create New"               top="104" -             width="120" /> +             width="140" />              <button               follows="right|bottom"               height="20" @@ -342,9 +342,10 @@ scratch and wear it.               top="4"               width="18" />              <icon +             follows="left|top"               height="16"               layout="topleft" -             left_delta="-325" +             left="8"               mouse_opaque="true"               top_delta="3"               width="16" /> @@ -399,7 +400,7 @@ scratch and wear it.               font="SansSerif"               height="16"               layout="topleft" -             left="26" +             left="8"               name="title"               top="8"               width="355"> @@ -599,7 +600,7 @@ scratch and wear it.              <icon               height="16"               layout="topleft" -             left_delta="-325" +             left="8"               mouse_opaque="true"               top_delta="3"               width="16" /> @@ -654,7 +655,7 @@ scratch and wear it.               font="SansSerif"               height="16"               layout="topleft" -             left="26" +             left="8"               name="title"               top="8"               width="355"> @@ -1015,7 +1016,7 @@ scratch and wear it.              <icon               height="16"               layout="topleft" -             left_delta="-325" +             left="8"               mouse_opaque="true"               top_delta="3"               width="16" /> @@ -1100,7 +1101,7 @@ scratch and wear it.               font="SansSerif"               height="16"               layout="topleft" -             left="26" +             left="8"               name="title"               top="8"               width="355"> @@ -1221,7 +1222,7 @@ scratch and wear it.              <icon               height="16"               layout="topleft" -             left_delta="-325" +             left="8"               mouse_opaque="true"               top_delta="3"               width="16" /> @@ -1306,7 +1307,7 @@ scratch and wear it.               font="SansSerif"               height="16"               layout="topleft" -             left="26" +             left="8"               name="title"               top="8"               width="355"> @@ -3378,16 +3379,6 @@ scratch and wear it.           layout="topleft"           name="panel_list" />      </scroll_container> -	<button -     bottom="536" -     follows="right|bottom" -     height="20" -     label="Make Outfit" -     label_selected="Make Outfit" -     layout="topleft" -     name="make_outfit_btn" -     right="-216" -     width="100" />      <button       bottom="536"       follows="right|bottom" | 
