/indra/newview/skins/default/xui/en/panel_edit_eyes.xml
XML | 80 lines | 79 code | 1 blank | 0 comment | 0 complexity | 22cec54f697ca93b424cf779543a310b 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_eyes_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_eye_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="Iris" 30 layout="topleft" 31 left="10" 32 name="Iris" 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="eyes_main_tab" 68 title="Eyes"> 69 <scrolling_panel_list 70 follows="all" 71 layout="topleft" 72 left="0" 73 name="eyes_main_param_list" 74 top="0" 75 width="303" /> 76 </accordion_tab> 77 </accordion> 78 </panel> 79</panel> 80