PageRenderTime 41ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 85 lines | 84 code | 1 blank | 0 comment | 0 complexity | efeb28c897b9b9410b57c8630fed7d3a 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_tattoo_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="all"
  18. height="400"
  19. left="10"
  20. layout="topleft"
  21. name="avatar_tattoo_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="115"
  29. label="Head Tattoo"
  30. layout="topleft"
  31. left="20"
  32. name="Head Tattoo"
  33. tool_tip="Click to choose a picture"
  34. top="10"
  35. width="115" >
  36. <texture_picker.commit_callback
  37. function="TexturePicker.Commit" />
  38. </texture_picker>
  39. <texture_picker
  40. can_apply_immediately="true"
  41. default_image_name="Default"
  42. follows="left|top"
  43. height="115"
  44. label="Upper Tattoo"
  45. layout="topleft"
  46. left_pad="30"
  47. name="Upper Tattoo"
  48. tool_tip="Click to choose a picture"
  49. top="10"
  50. width="115" >
  51. <texture_picker.commit_callback
  52. function="TexturePicker.Commit" />
  53. </texture_picker>
  54. <texture_picker
  55. can_apply_immediately="true"
  56. default_image_name="Default"
  57. follows="left|top"
  58. height="115"
  59. label="Lower Tattoo"
  60. layout="topleft"
  61. left="20"
  62. name="Lower Tattoo"
  63. tool_tip="Click to choose a picture"
  64. top_pad="10"
  65. width="115" >
  66. <texture_picker.commit_callback
  67. function="TexturePicker.Commit" />
  68. </texture_picker>
  69. <color_swatch
  70. can_apply_immediately="true"
  71. follows="left|top"
  72. height="115"
  73. label="Color/Tint"
  74. layout="topleft"
  75. left_pad="30"
  76. name="Color/Tint"
  77. tool_tip="Click to open color picker"
  78. top_delta="0"
  79. width="115" >
  80. <color_swatch.commit_callback
  81. function="ColorSwatch.Commit" />
  82. </color_swatch>
  83. </panel>
  84. </panel>