diff options
author | Anchor Linden <anchor@lindenlab.com> | 2018-06-08 20:36:49 +0530 |
---|---|---|
committer | Anchor Linden <anchor@lindenlab.com> | 2018-06-08 20:36:49 +0530 |
commit | 56fc3222dce79d3b52d7e234dcb929f08bfda031 (patch) | |
tree | a52d4dc5bcfdbde9c1e794dfc9aacdcc17f9298d /indra/newview/skins/default/xui/en/panel_edit_tattoo.xml | |
parent | 6e1cbd04b43ad779afcd562cdaefe8a8c179ed06 (diff) |
[DRTVWR-476] - create new wearable type
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_edit_tattoo.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_tattoo.xml | 121 |
1 files changed, 1 insertions, 120 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_tattoo.xml b/indra/newview/skins/default/xui/en/panel_edit_tattoo.xml index c304188ad3..8fa85dce5f 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_tattoo.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_tattoo.xml @@ -76,126 +76,7 @@ <texture_picker.commit_callback function="TexturePicker.Commit" /> </texture_picker> - <texture_picker - can_apply_immediately="true" - default_image_name="Default" - follows="left|top" - height="115" - label="Skirt Tattoo" - layout="topleft" - left_pad="30" - name="Skirt Tattoo" - tool_tip="Click to choose a picture" - top_delta="0" - width="115" > - <texture_picker.commit_callback - function="TexturePicker.Commit" /> - </texture_picker> - <texture_picker - can_apply_immediately="true" - default_image_name="Default" - follows="left|top" - height="115" - label="Hair Tattoo" - layout="topleft" - left="20" - name="Hair Tattoo" - tool_tip="Click to choose a picture" - top_pad="10" - width="115" > - <texture_picker.commit_callback - function="TexturePicker.Commit" /> - </texture_picker> - <texture_picker - can_apply_immediately="true" - default_image_name="Default" - follows="left|top" - height="115" - label="Eyes Tattoo" - layout="topleft" - left_pad="30" - name="Eyes Tattoo" - tool_tip="Click to choose a picture" - top_delta="0" - width="115" > - <texture_picker.commit_callback - function="TexturePicker.Commit" /> - </texture_picker> - <texture_picker - can_apply_immediately="true" - default_image_name="Default" - follows="left|top" - height="115" - label="Left Arm Tattoo" - layout="topleft" - left="20" - name="Left Arm Tattoo" - tool_tip="Click to choose a picture" - top_pad="10" - width="115" > - <texture_picker.commit_callback - function="TexturePicker.Commit" /> - </texture_picker> - <texture_picker - can_apply_immediately="true" - default_image_name="Default" - follows="left|top" - height="115" - label="Left Leg Tattoo" - layout="topleft" - left_pad="30" - name="Left Leg Tattoo" - tool_tip="Click to choose a picture" - top_delta="0" - width="115" > - <texture_picker.commit_callback - function="TexturePicker.Commit" /> - </texture_picker> - <texture_picker - can_apply_immediately="true" - default_image_name="Default" - follows="left|top" - height="115" - label="Aux1 Tattoo" - layout="topleft" - left="20" - name="Aux1 Tattoo" - tool_tip="Click to choose a picture" - top_pad="10" - width="115" > - <texture_picker.commit_callback - function="TexturePicker.Commit" /> - </texture_picker> - <texture_picker - can_apply_immediately="true" - default_image_name="Default" - follows="left|top" - height="115" - label="Aux2 Tattoo" - layout="topleft" - left_pad="30" - name="Aux2 Tattoo" - tool_tip="Click to choose a picture" - top_delta="0" - width="115" > - <texture_picker.commit_callback - function="TexturePicker.Commit" /> - </texture_picker> - <texture_picker - can_apply_immediately="true" - default_image_name="Default" - follows="left|top" - height="115" - label="Aux3 Tattoo" - layout="topleft" - left="20" - name="Aux3 Tattoo" - tool_tip="Click to choose a picture" - top_pad="10" - width="115" > - <texture_picker.commit_callback - function="TexturePicker.Commit" /> - </texture_picker> + <color_swatch can_apply_immediately="true" |