PageRenderTime 164ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 94 lines | 93 code | 1 blank | 0 comment | 0 complexity | 8187cbd87d9b3db3503fc255205f0bcf 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_shoes_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_shoes_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="Texture"
  30. layout="topleft"
  31. left="10"
  32. name="Fabric"
  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. <color_swatch
  40. can_apply_immediately="true"
  41. follows="left|top"
  42. height="80"
  43. label="Color/Tint"
  44. layout="topleft"
  45. left_pad="20"
  46. name="Color/Tint"
  47. tool_tip="Click to open color picker"
  48. top="10"
  49. width="64" >
  50. <color_swatch.commit_callback
  51. function="ColorSwatch.Commit" />
  52. </color_swatch>
  53. </panel>
  54. <panel
  55. border="false"
  56. bg_alpha_color="DkGray2"
  57. bg_opaque_color="DkGray2"
  58. background_visible="true"
  59. background_opaque="true"
  60. follows="all"
  61. height="300"
  62. layout="topleft"
  63. left="10"
  64. name="accordion_panel"
  65. top_pad="10"
  66. width="313">
  67. <accordion
  68. fit_parent="true"
  69. follows="all"
  70. height ="300"
  71. layout="topleft"
  72. left="0"
  73. name="wearable_accordion"
  74. single_expansion="true"
  75. top="0"
  76. width="313">
  77. <accordion_tab
  78. layout="topleft"
  79. fit_panel="false"
  80. min_height="150"
  81. name="shoes_main_tab"
  82. title="Shoes">
  83. <scrolling_panel_list
  84. follows="all"
  85. layout="topleft"
  86. left="0"
  87. name="shoes_main_param_list"
  88. top="0"
  89. width="303" />
  90. </accordion_tab>
  91. </accordion>
  92. </panel>
  93. </panel>