PageRenderTime 186ms CodeModel.GetById 42ms RepoModel.GetById 18ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 163 lines | 157 code | 6 blank | 0 comment | 0 complexity | ed860d1dfc16a89dc11ee655b469cc77 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_alpha_panel"
  9. top_pad="10"
  10. width="333" >
  11. <scroll_container
  12. color="DkGray2"
  13. follows="all"
  14. height="400"
  15. layout="topleft"
  16. left="10"
  17. top_pad="0"
  18. name="avatar_alpha_color_panel_scroll"
  19. reserve_scroll_corner="false"
  20. opaque="true"
  21. width="313">
  22. <panel
  23. border="false"
  24. bg_alpha_color="DkGray2"
  25. bg_opaque_color="DkGray2"
  26. background_visible="true"
  27. background_opaque="true"
  28. follows="top|left|right"
  29. height="400"
  30. left="0"
  31. layout="topleft"
  32. name="avatar_alpha_color_panel"
  33. top="0"
  34. width="313" >
  35. <check_box
  36. control_name="LowerAlphaTextureInvisible"
  37. follows="left|top"
  38. height="16"
  39. layout="topleft"
  40. left="5"
  41. name="lower alpha texture invisible"
  42. top="10"
  43. width="16" />
  44. <texture_picker
  45. can_apply_immediately="true"
  46. default_image_name="Default"
  47. follows="left|top"
  48. height="115"
  49. label="Lower Alpha"
  50. layout="topleft"
  51. left_pad="5"
  52. name="Lower Alpha"
  53. tool_tip="Click to choose a picture"
  54. top="10"
  55. width="115" >
  56. <texture_picker.commit_callback
  57. function="TexturePicker.Commit" />
  58. </texture_picker>
  59. <check_box
  60. control_name="UpperAlphaTextureInvisible"
  61. follows="left|top"
  62. height="16"
  63. layout="topleft"
  64. left_pad="20"
  65. name="upper alpha texture invisible"
  66. top="10"
  67. width="16" />
  68. <texture_picker
  69. can_apply_immediately="true"
  70. default_image_name="Default"
  71. follows="left|top"
  72. height="115"
  73. label="Upper Alpha"
  74. layout="topleft"
  75. left_pad="5"
  76. name="Upper Alpha"
  77. tool_tip="Click to choose a picture"
  78. top="10"
  79. width="115">
  80. <texture_picker.commit_callback
  81. function="TexturePicker.Commit" />
  82. </texture_picker>
  83. <check_box
  84. control_name="HeadAlphaTextureInvisible"
  85. follows="left|top"
  86. height="16"
  87. layout="topleft"
  88. left="5"
  89. name="head alpha texture invisible"
  90. top_pad="15"
  91. width="16" />
  92. <texture_picker
  93. can_apply_immediately="true"
  94. default_image_name="Default"
  95. follows="left|top"
  96. height="115"
  97. label="Head Alpha"
  98. layout="topleft"
  99. left_pad="5"
  100. name="Head Alpha"
  101. tool_tip="Click to choose a picture"
  102. top_delta="0"
  103. width="115" >
  104. <texture_picker.commit_callback
  105. function="TexturePicker.Commit" />
  106. </texture_picker>
  107. <check_box
  108. control_name="Eye AlphaTextureInvisible"
  109. follows="left|top"
  110. height="16"
  111. layout="topleft"
  112. left_pad="20"
  113. name="eye alpha texture invisible"
  114. top_delta="0"
  115. width="16" />
  116. <texture_picker
  117. can_apply_immediately="true"
  118. default_image_name="Default"
  119. follows="left|top"
  120. height="115"
  121. label="Eye Alpha"
  122. layout="topleft"
  123. left_pad="5"
  124. name="Eye Alpha"
  125. tool_tip="Click to choose a picture"
  126. top_delta="0"
  127. width="115" >
  128. <texture_picker.commit_callback
  129. function="TexturePicker.Commit" />
  130. </texture_picker>
  131. <check_box
  132. control_name="HairAlphaTextureInvisible"
  133. follows="left|top"
  134. height="16"
  135. layout="topleft"
  136. left="5"
  137. name="hair alpha texture invisible"
  138. top_pad="15"
  139. width="16" />
  140. <texture_picker
  141. can_apply_immediately="true"
  142. default_image_name="Default"
  143. follows="left|top"
  144. height="115"
  145. label="Hair Alpha"
  146. layout="topleft"
  147. left="30"
  148. name="Hair Alpha"
  149. tool_tip="Click to choose a picture"
  150. top_delta="0"
  151. width="115" >
  152. <texture_picker.commit_callback
  153. function="TexturePicker.Commit" />
  154. </texture_picker>
  155. </panel>
  156. </scroll_container>
  157. </panel>