PageRenderTime 33ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 138 lines | 135 code | 3 blank | 0 comment | 0 complexity | be9bf4f56ee775fb64cd18a8aa812fff 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_physics_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="388"
  19. label=""
  20. layout="topleft"
  21. left="10"
  22. name="accordion_panel"
  23. top_pad="0"
  24. width="313">
  25. <accordion
  26. follows="all"
  27. height ="388"
  28. layout="topleft"
  29. left="0"
  30. single_expansion="true"
  31. fit_parent="true"
  32. name="physics_accordion"
  33. top="0"
  34. width="313">
  35. <accordion_tab
  36. layout="topleft"
  37. fit_panel="false"
  38. min_height="50"
  39. name="physics_breasts_updown_tab"
  40. title="Breasts Bounce">
  41. <scrolling_panel_list
  42. follows="all"
  43. layout="topleft"
  44. left="10"
  45. name="physics_breasts_updown_param_list"
  46. top="10"
  47. width="303" />
  48. </accordion_tab>
  49. <accordion_tab
  50. layout="topleft"
  51. fit_panel="false"
  52. min_height="50"
  53. name="physics_breasts_inout_tab"
  54. title="Breasts Cleavage">
  55. <scrolling_panel_list
  56. follows="all"
  57. layout="topleft"
  58. left="0"
  59. name="physics_breasts_inout_param_list"
  60. top_pad="50"
  61. width="303" />
  62. </accordion_tab>
  63. <accordion_tab
  64. layout="topleft"
  65. fit_panel="false"
  66. min_height="50"
  67. name="physics_breasts_leftright_tab"
  68. title="Breasts Sway">
  69. <scrolling_panel_list
  70. follows="all"
  71. layout="topleft"
  72. left="0"
  73. name="physics_breasts_leftright_param_list"
  74. top_pad="50"
  75. width="303" />
  76. </accordion_tab>
  77. <accordion_tab
  78. layout="topleft"
  79. fit_panel="false"
  80. min_height="50"
  81. name="physics_belly_tab"
  82. title="Belly Bounce">
  83. <scrolling_panel_list
  84. follows="all"
  85. layout="topleft"
  86. left="0"
  87. name="physics_belly_updown_param_list"
  88. top_pad="40"
  89. width="303" />
  90. </accordion_tab>
  91. <accordion_tab
  92. layout="topleft"
  93. fit_panel="false"
  94. min_height="50"
  95. name="physics_butt_tab"
  96. title="Butt Bounce">
  97. <scrolling_panel_list
  98. follows="all"
  99. layout="topleft"
  100. left="0"
  101. name="physics_butt_updown_param_list"
  102. top_pad="30"
  103. width="303" />
  104. </accordion_tab>
  105. <accordion_tab
  106. layout="topleft"
  107. fit_panel="false"
  108. min_height="50"
  109. name="physics_butt_leftright_tab"
  110. title="Butt Sway">
  111. <scrolling_panel_list
  112. follows="all"
  113. layout="topleft"
  114. left="0"
  115. name="physics_butt_leftright_param_list"
  116. top_pad="20"
  117. width="303" />
  118. </accordion_tab>
  119. <accordion_tab
  120. layout="topleft"
  121. fit_panel="false"
  122. min_height="50"
  123. name="physics_advanced_tab"
  124. title="Advanced Parameters">
  125. <scrolling_panel_list
  126. follows="all"
  127. layout="topleft"
  128. left="0"
  129. name="physics_advanced_param_list"
  130. top_pad="10"
  131. width="303" />
  132. </accordion_tab>
  133. </accordion>
  134. </panel>
  135. </panel>