PageRenderTime 56ms CodeModel.GetById 42ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 109 lines | 108 code | 1 blank | 0 comment | 0 complexity | d82591d9be5a5c9412022d114f77d3bf 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_jacket_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_jacket_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="Upper Texture"
  30. layout="topleft"
  31. left="25"
  32. name="Upper Fabric"
  33. tool_tip="Click to choose a picture"
  34. top="10"
  35. width="75" >
  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="80"
  44. label="Lower Texture"
  45. layout="topleft"
  46. left_pad="20"
  47. name="Lower Fabric"
  48. tool_tip="Click to choose a picture"
  49. top="10"
  50. width="74" >
  51. <texture_picker.commit_callback
  52. function="TexturePicker.Commit" />
  53. </texture_picker>
  54. <color_swatch
  55. can_apply_immediately="true"
  56. follows="left|top"
  57. height="80"
  58. label="Color/Tint"
  59. layout="topleft"
  60. left_pad="20"
  61. name="Color/Tint"
  62. tool_tip="Click to open color picker"
  63. top="10"
  64. width="74" >
  65. <color_swatch.commit_callback
  66. function="ColorSwatch.Commit" />
  67. </color_swatch>
  68. </panel>
  69. <panel
  70. border="false"
  71. bg_alpha_color="DkGray2"
  72. bg_opaque_color="DkGray2"
  73. background_visible="true"
  74. background_opaque="true"
  75. follows="all"
  76. height="300"
  77. layout="topleft"
  78. left="10"
  79. name="accordion_panel"
  80. top_pad="10"
  81. width="313">
  82. <accordion
  83. fit_parent="true"
  84. follows="all"
  85. height ="300"
  86. layout="topleft"
  87. left="0"
  88. name="wearable_accordion"
  89. single_expansion="true"
  90. top="0"
  91. width="313">
  92. <accordion_tab
  93. layout="topleft"
  94. fit_panel="false"
  95. min_height="150"
  96. name="jacket_main_tab"
  97. title="Jacket">
  98. <scrolling_panel_list
  99. follows="all"
  100. layout="topleft"
  101. left="0"
  102. name="jacket_main_param_list"
  103. top="0"
  104. width="303" />
  105. </accordion_tab>
  106. </accordion>
  107. </panel>
  108. </panel>