PageRenderTime 36ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/panel_edit_shape.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 181 lines | 180 code | 1 blank | 0 comment | 0 complexity | b6d51658fc69ab76dfa1502de3f0c2d8 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_shape_panel"
  9. top_pad="10"
  10. width="333" >
  11. <string name="meters">Meters</string>
  12. <string name="feet">Feet</string>
  13. <string name="height">Height:</string>
  14. <string name="heigth_label_color" translate="false">White_50</string>
  15. <string name="heigth_value_label_color" translate="false">White</string>
  16. <text
  17. follows="top|left|right"
  18. font="SansSerifSmallBold"
  19. halign="right"
  20. height="12"
  21. layout="topleft"
  22. left="0"
  23. name="avatar_height"
  24. top="0"
  25. width="310">
  26. </text>
  27. <panel
  28. border="false"
  29. bg_alpha_color="DkGray2"
  30. bg_opaque_color="DkGray2"
  31. background_visible="true"
  32. background_opaque="true"
  33. follows="all"
  34. height="388"
  35. label="Shirt"
  36. layout="topleft"
  37. left="10"
  38. name="accordion_panel"
  39. top_pad="0"
  40. width="313">
  41. <accordion
  42. layout="topleft"
  43. follows="all"
  44. height ="388"
  45. left="0"
  46. name="wearable_accordion"
  47. top="0"
  48. single_expansion="true"
  49. fit_parent="true"
  50. width="313">
  51. <accordion_tab
  52. layout="topleft"
  53. min_height="150"
  54. name="shape_body_tab"
  55. fit_panel="false"
  56. title="Body">
  57. <scrolling_panel_list
  58. layout="topleft"
  59. follows="all"
  60. left="0"
  61. height="300"
  62. name="shape_body_param_list"
  63. top="0"
  64. width="303" />
  65. </accordion_tab>
  66. <accordion_tab
  67. layout="topleft"
  68. min_height="150"
  69. fit_panel="false"
  70. name="shape_head_tab"
  71. title="Head">
  72. <scrolling_panel_list
  73. layout="topleft"
  74. follows="all"
  75. left="10"
  76. name="shape_head_param_list"
  77. top="0"
  78. width="303" />
  79. </accordion_tab>
  80. <accordion_tab
  81. layout="topleft"
  82. min_height="150"
  83. fit_panel="false"
  84. name="shape_eyes_tab"
  85. title="Eyes">
  86. <scrolling_panel_list
  87. layout="topleft"
  88. follows="all"
  89. left="0"
  90. name="shape_eyes_param_list"
  91. top="0"
  92. width="303" />
  93. </accordion_tab>
  94. <accordion_tab
  95. layout="topleft"
  96. min_height="150"
  97. fit_panel="false"
  98. name="shape_ears_tab"
  99. title="Ears">
  100. <scrolling_panel_list
  101. layout="topleft"
  102. follows="all"
  103. left="0"
  104. name="shape_ears_param_list"
  105. top="0"
  106. width="303" />
  107. </accordion_tab>
  108. <accordion_tab
  109. layout="topleft"
  110. min_height="150"
  111. name="shape_nose_tab"
  112. fit_panel="false"
  113. title="Nose">
  114. <scrolling_panel_list
  115. layout="topleft"
  116. follows="all"
  117. left="0"
  118. name="shape_nose_param_list"
  119. top="0"
  120. width="303" />
  121. </accordion_tab>
  122. <accordion_tab
  123. layout="topleft"
  124. min_height="150"
  125. name="shape_mouth_tab"
  126. fit_panel="false"
  127. title="Mouth">
  128. <scrolling_panel_list
  129. layout="topleft"
  130. follows="all"
  131. left="0"
  132. name="shape_mouth_param_list"
  133. top="0"
  134. width="303" />
  135. </accordion_tab>
  136. <accordion_tab
  137. layout="topleft"
  138. min_height="150"
  139. name="shape_chin_tab"
  140. fit_panel="false"
  141. title="Chin">
  142. <scrolling_panel_list
  143. layout="topleft"
  144. follows="all"
  145. left="0"
  146. name="shape_chin_param_list"
  147. top="0"
  148. width="303" />
  149. </accordion_tab>
  150. <accordion_tab
  151. layout="topleft"
  152. min_height="150"
  153. name="shape_torso_tab"
  154. fit_panel="false"
  155. title="Torso">
  156. <scrolling_panel_list
  157. layout="topleft"
  158. follows="all"
  159. left="0"
  160. name="shape_torso_param_list"
  161. top="0"
  162. width="303" />
  163. </accordion_tab>
  164. <accordion_tab
  165. layout="topleft"
  166. min_height="150"
  167. name="shape_legs_tab"
  168. fit_panel="false"
  169. title="Legs">
  170. <scrolling_panel_list
  171. layout="topleft"
  172. follows="all"
  173. left="0"
  174. name="shape_legs_param_list"
  175. top="0"
  176. width="303" />
  177. </accordion_tab>
  178. </accordion>
  179. </panel>
  180. </panel>