/indra/newview/skins/default/xui/en/panel_edit_alpha.xml
XML | 163 lines | 157 code | 6 blank | 0 comment | 0 complexity | ed860d1dfc16a89dc11ee655b469cc77 MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <panel
- background_visible="true"
- follows="all"
- height="400"
- layout="topleft"
- left="0"
- name="edit_alpha_panel"
- top_pad="10"
- width="333" >
- <scroll_container
- color="DkGray2"
- follows="all"
- height="400"
- layout="topleft"
- left="10"
- top_pad="0"
- name="avatar_alpha_color_panel_scroll"
- reserve_scroll_corner="false"
- opaque="true"
- width="313">
- <panel
- border="false"
- bg_alpha_color="DkGray2"
- bg_opaque_color="DkGray2"
- background_visible="true"
- background_opaque="true"
- follows="top|left|right"
- height="400"
- left="0"
- layout="topleft"
- name="avatar_alpha_color_panel"
- top="0"
- width="313" >
- <check_box
- control_name="LowerAlphaTextureInvisible"
- follows="left|top"
- height="16"
- layout="topleft"
- left="5"
- name="lower alpha texture invisible"
- top="10"
- width="16" />
- <texture_picker
- can_apply_immediately="true"
- default_image_name="Default"
- follows="left|top"
- height="115"
- label="Lower Alpha"
- layout="topleft"
- left_pad="5"
- name="Lower Alpha"
- tool_tip="Click to choose a picture"
- top="10"
- width="115" >
- <texture_picker.commit_callback
- function="TexturePicker.Commit" />
- </texture_picker>
- <check_box
- control_name="UpperAlphaTextureInvisible"
- follows="left|top"
- height="16"
- layout="topleft"
- left_pad="20"
- name="upper alpha texture invisible"
- top="10"
- width="16" />
- <texture_picker
- can_apply_immediately="true"
- default_image_name="Default"
- follows="left|top"
- height="115"
- label="Upper Alpha"
- layout="topleft"
- left_pad="5"
- name="Upper Alpha"
- tool_tip="Click to choose a picture"
- top="10"
- width="115">
- <texture_picker.commit_callback
- function="TexturePicker.Commit" />
- </texture_picker>
- <check_box
- control_name="HeadAlphaTextureInvisible"
- follows="left|top"
- height="16"
- layout="topleft"
- left="5"
- name="head alpha texture invisible"
- top_pad="15"
- width="16" />
- <texture_picker
- can_apply_immediately="true"
- default_image_name="Default"
- follows="left|top"
- height="115"
- label="Head Alpha"
- layout="topleft"
- left_pad="5"
- name="Head Alpha"
- tool_tip="Click to choose a picture"
- top_delta="0"
- width="115" >
- <texture_picker.commit_callback
- function="TexturePicker.Commit" />
- </texture_picker>
- <check_box
- control_name="Eye AlphaTextureInvisible"
- follows="left|top"
- height="16"
- layout="topleft"
- left_pad="20"
- name="eye alpha texture invisible"
- top_delta="0"
- width="16" />
- <texture_picker
- can_apply_immediately="true"
- default_image_name="Default"
- follows="left|top"
- height="115"
- label="Eye Alpha"
- layout="topleft"
- left_pad="5"
- name="Eye Alpha"
- tool_tip="Click to choose a picture"
- top_delta="0"
- width="115" >
- <texture_picker.commit_callback
- function="TexturePicker.Commit" />
- </texture_picker>
- <check_box
- control_name="HairAlphaTextureInvisible"
- follows="left|top"
- height="16"
- layout="topleft"
- left="5"
- name="hair alpha texture invisible"
- top_pad="15"
- width="16" />
- <texture_picker
- can_apply_immediately="true"
- default_image_name="Default"
- follows="left|top"
- height="115"
- label="Hair Alpha"
- layout="topleft"
- left="30"
- name="Hair Alpha"
- tool_tip="Click to choose a picture"
- top_delta="0"
- width="115" >
- <texture_picker.commit_callback
- function="TexturePicker.Commit" />
- </texture_picker>
- </panel>
- </scroll_container>
- </panel>