/indra/newview/skins/default/xui/en/panel_edit_hair.xml
XML | 122 lines | 121 code | 1 blank | 0 comment | 0 complexity | 6061f78058d7fb96fcee9b8732592039 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 2 <panel 3 background_visible="true" 4 follows="all" 5 height="400" 6 layout="topleft" 7 left="0" 8 name="edit_hair_panel" 9 top_pad="10" 10 width="333" > 11 <panel 12 border="false" 13 bg_alpha_color="DkGray2" 14 bg_opaque_color="DkGray2" 15 background_visible="true" 16 background_opaque="true" 17 follows="top|left|right" 18 height="90" 19 left="10" 20 layout="topleft" 21 name="avatar_hair_color_panel" 22 top="0" 23 width="313" > 24 <texture_picker 25 can_apply_immediately="true" 26 default_image_name="Default" 27 follows="left|top" 28 height="80" 29 label="Texture" 30 layout="topleft" 31 left="10" 32 name="Texture" 33 tool_tip="Click to choose a picture" 34 top="10" 35 width="64" > 36 <texture_picker.commit_callback 37 function="TexturePicker.Commit" /> 38 </texture_picker> 39 </panel> 40 <panel 41 border="false" 42 bg_alpha_color="DkGray2" 43 bg_opaque_color="DkGray2" 44 background_visible="true" 45 background_opaque="true" 46 follows="all" 47 height="300" 48 layout="topleft" 49 left="10" 50 name="accordion_panel" 51 top_pad="10" 52 width="313"> 53 <accordion 54 fit_parent="true" 55 follows="all" 56 height ="300" 57 layout="topleft" 58 left="0" 59 name="wearable_accordion" 60 single_expansion="true" 61 top="0" 62 width="313"> 63 <accordion_tab 64 layout="topleft" 65 fit_panel="false" 66 min_height="150" 67 name="hair_color_tab" 68 title="Color"> 69 <scrolling_panel_list 70 follows="all" 71 layout="topleft" 72 left="0" 73 name="hair_color_param_list" 74 top="0" 75 width="303" /> 76 </accordion_tab> 77 <accordion_tab 78 layout="topleft" 79 fit_panel="false" 80 min_height="150" 81 name="hair_style_tab" 82 title="Style"> 83 <scrolling_panel_list 84 follows="all" 85 layout="topleft" 86 left="0" 87 name="hair_style_param_list" 88 top="0" 89 width="303" /> 90 </accordion_tab> 91 <accordion_tab 92 layout="topleft" 93 fit_panel="false" 94 min_height="150" 95 name="hair_eyebrows_tab" 96 title="Eyebrows"> 97 <scrolling_panel_list 98 follows="all" 99 layout="topleft" 100 left="0" 101 name="hair_eyebrows_param_list" 102 top="0" 103 width="303" /> 104 </accordion_tab> 105 <accordion_tab 106 layout="topleft" 107 fit_panel="false" 108 min_height="150" 109 name="hair_facial_tab" 110 title="Facial"> 111 <scrolling_panel_list 112 follows="all" 113 layout="topleft" 114 left="0" 115 name="hair_facial_param_list" 116 top="0" 117 width="303" /> 118 </accordion_tab> 119 </accordion> 120 </panel> 121</panel> 122