diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 15:58:48 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-18 15:58:48 +0000 |
commit | 8ca1ace6510ba33c0b44b228fb5a58935320f2d0 (patch) | |
tree | 67fd8ffab4b00deee7934db987210227d78098ad /indra/newview/skins/default/xui/en/panel_edit_undershirt.xml | |
parent | e09822153e135e8fc89f6fdb3338bb9e8e5b6132 (diff) | |
parent | b71f451b76ef65c6afc29a9da8c0f5d0b40cd720 (diff) |
viewer2 merge.
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_edit_undershirt.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_undershirt.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_undershirt.xml b/indra/newview/skins/default/xui/en/panel_edit_undershirt.xml new file mode 100644 index 0000000000..20c56142fb --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_edit_undershirt.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> + <panel + follows="all" + height="400" + layout="topleft" + left="10" + name="edit_undershirt_panel" + top_pad="10" + width="313" > + <panel + border="true" + follows="left|top|right" + height="100" + left="10" + layout="topleft" + name="avatar_undershirt_color_panel" + top="0" + width="293" > + <texture_picker + can_apply_immediately="true" + default_image_name="Default" + follows="left|top" + height="80" + label="Fabric" + layout="topleft" + left="10" + name="Fabric" + tool_tip="Click to choose a picture" + top="10" + width="64" /> + <color_swatch + can_apply_immediately="true" + follows="left|top" + height="80" + label="Color/Tint" + layout="topleft" + left_pad="10" + name="Color/Tint" + tool_tip="Click to open Color Picker" + top="10" + width="64" /> + </panel> + <accordion + follows="left|top|right|bottom" + height ="340" + left="10" + name="wearable_accordion" + top_pad="10" + width="303"> + <accordion_tab + layout="topleft" + min_height="150" + name="undershirt_main_tab" + title="Undershirt"> + <scrolling_panel_list + follows="all" + left="0" + name="undershirt_main_param_list" + top="0" + width="303" /> + </accordion_tab> + </accordion> +</panel> + |