PageRenderTime 191ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 148 lines | 147 code | 1 blank | 0 comment | 0 complexity | dad0f59d53e7b99079ef13743197d2d8 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. height="245"
  5. layout="topleft"
  6. name="beacons"
  7. help_topic="beacons"
  8. save_rect="true"
  9. save_visibility="true"
  10. single_instance="true"
  11. title="BEACONS"
  12. width="240">
  13. <panel
  14. follows="left|top|right|bottom"
  15. height="240"
  16. layout="topleft"
  17. left="10"
  18. name="beacons_panel"
  19. top="20"
  20. width="230">
  21. <text
  22. follows="all"
  23. height="16"
  24. font="SansSerif"
  25. name="label_show"
  26. text_color="White"
  27. type="string">
  28. Show :
  29. </text>
  30. <check_box
  31. control_name="renderbeacons"
  32. height="16"
  33. width="100"
  34. label="Beacons"
  35. layout="topleft"
  36. name="beacons" >
  37. <check_box.commit_callback
  38. function="Beacons.UICheck" />
  39. </check_box>
  40. <check_box
  41. control_name="renderhighlights"
  42. height="16"
  43. left_pad="10"
  44. label="Highlights"
  45. layout="topleft"
  46. name="highlights" >
  47. <check_box.commit_callback
  48. function="Beacons.UICheck" />
  49. </check_box>
  50. <text
  51. type="string"
  52. length="1"
  53. follows="left|top"
  54. height="16"
  55. layout="topleft"
  56. left="20"
  57. tool_tip="Beacon width"
  58. name="beacon_width_label"
  59. top_pad="3"
  60. width="128">
  61. Width:
  62. </text>
  63. <slider
  64. control_name="DebugBeaconLineWidth"
  65. decimal_digits="0"
  66. height="16"
  67. increment="1"
  68. initial_value="1"
  69. layout="topleft"
  70. max_val="16"
  71. min_val="1"
  72. name="beacon_width"
  73. top_pad="0"
  74. width="180" />
  75. <text
  76. follows="all"
  77. height="16"
  78. font="SansSerif"
  79. left="0"
  80. top_pad="5"
  81. name="label_objects"
  82. text_color="White"
  83. type="string">
  84. For these objects:
  85. </text>
  86. <check_box
  87. control_name="physicalbeacon"
  88. height="16"
  89. left="0"
  90. label="Physical"
  91. layout="topleft"
  92. name="physical" >
  93. <check_box.commit_callback
  94. function="Beacons.UICheck" />
  95. </check_box>
  96. <check_box
  97. control_name="scriptsbeacon"
  98. height="16"
  99. left="0"
  100. label="Scripted"
  101. layout="topleft"
  102. name="scripted">
  103. <check_box.commit_callback
  104. function="Beacons.UICheck" />
  105. </check_box>
  106. <check_box
  107. control_name="scripttouchbeacon"
  108. height="16"
  109. top_pad="4"
  110. left="20"
  111. label="Touch only"
  112. layout="topleft"
  113. name="touch_only" >
  114. <check_box.commit_callback
  115. function="Beacons.UICheck" />
  116. </check_box>
  117. <check_box
  118. control_name="soundsbeacon"
  119. height="16"
  120. left="0"
  121. label="Sound sources"
  122. layout="topleft"
  123. name="sounds" >
  124. <check_box.commit_callback
  125. function="Beacons.UICheck" />
  126. </check_box>
  127. <check_box
  128. control_name="particlesbeacon"
  129. height="16"
  130. label="Particle sources"
  131. layout="topleft"
  132. name="particles" >
  133. <check_box.commit_callback
  134. function="Beacons.UICheck" />
  135. </check_box>
  136. <check_box
  137. control_name="moapbeacon"
  138. height="16"
  139. left="0"
  140. label="Media sources"
  141. layout="topleft"
  142. name="moapbeacon" >
  143. <check_box.commit_callback
  144. function="Beacons.UICheck" />
  145. </check_box>
  146. </panel>
  147. </floater>