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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 225 lines | 224 code | 1 blank | 0 comment | 0 complexity | e099d0c860493eaa4aa2ddc4656cfc14 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <panel
  3. border="true"
  4. follows="all"
  5. height="408"
  6. label="Advanced"
  7. layout="topleft"
  8. left="102"
  9. name="advanced"
  10. top="1"
  11. width="517">
  12. <panel.string
  13. name="aspect_ratio_text">
  14. [NUM]:[DEN]
  15. </panel.string>
  16. <text
  17. type="string"
  18. length="1"
  19. follows="left|top"
  20. height="12"
  21. layout="topleft"
  22. left="33"
  23. name="Cache:"
  24. top_pad="10"
  25. width="100">
  26. Cache:
  27. </text>
  28. <spinner
  29. control_name="CacheSize"
  30. decimal_digits="0"
  31. follows="left|top"
  32. height="23"
  33. increment="64"
  34. initial_value="1024"
  35. label="Cache size (64 - 9984MB)"
  36. label_width="150"
  37. layout="topleft"
  38. left="80"
  39. max_val="9984"
  40. min_val="64"
  41. top_pad="10"
  42. name="cachesizespinner"
  43. width="200" />
  44. <text
  45. type="string"
  46. length="1"
  47. follows="left|top"
  48. height="23"
  49. layout="topleft"
  50. left_pad="5"
  51. mouse_opaque="false"
  52. name="text_box5"
  53. width="20">
  54. MB
  55. </text>
  56. <button
  57. follows="left|top"
  58. height="23"
  59. label="Clear Cache"
  60. label_selected="Clear Cache"
  61. layout="topleft"
  62. left_pad="30"
  63. name="clear_cache"
  64. top_delta="0"
  65. width="100">
  66. <button.commit_callback
  67. function="Pref.ClearCache" />
  68. </button>
  69. <text
  70. type="string"
  71. length="1"
  72. follows="left|top"
  73. height="10"
  74. layout="topleft"
  75. left="80"
  76. name="Cache location"
  77. top_pad="5"
  78. width="300">
  79. Cache location:
  80. </text>
  81. <line_editor
  82. control_name="CacheLocationTopFolder"
  83. border_style="line"
  84. border_thickness="1"
  85. follows="left|top"
  86. font="SansSerif"
  87. height="23"
  88. layout="topleft"
  89. left="80"
  90. max_length="4096"
  91. name="cache_location"
  92. top_pad="5"
  93. width="205" />
  94. <button
  95. follows="left|top"
  96. height="23"
  97. label="Browse"
  98. label_selected="Browse"
  99. layout="topleft"
  100. left_pad="5"
  101. name="set_cache"
  102. top_delta="0"
  103. width="100">
  104. <button.commit_callback
  105. function="Pref.SetCache" />
  106. </button>
  107. <button
  108. follows="left|top"
  109. height="23"
  110. label="Default Location"
  111. label_selected="Default Location"
  112. layout="topleft"
  113. left_pad="3"
  114. name="default_cache_location"
  115. top_delta="0"
  116. width="100">
  117. <button.commit_callback
  118. function="Pref.ResetCache" />
  119. </button>
  120. <text
  121. type="string"
  122. length="1"
  123. follows="left|top"
  124. height="12"
  125. layout="topleft"
  126. left="33"
  127. name="UI Size:"
  128. top_pad="20"
  129. width="100">
  130. UI size:
  131. </text>
  132. <slider
  133. control_name="UIScaleFactor"
  134. decimal_digits="2"
  135. follows="left|top"
  136. height="17"
  137. increment="0.025"
  138. initial_value="1"
  139. layout="topleft"
  140. left_pad="0"
  141. max_val="1.4"
  142. min_val="0.75"
  143. name="ui_scale_slider"
  144. top_pad="-14"
  145. width="250" />
  146. <check_box
  147. control_name="ShowScriptErrors"
  148. follows="left|top"
  149. height="20"
  150. label="Show script errors in:"
  151. layout="topleft"
  152. left="30"
  153. top_pad="10"
  154. name="show_script_errors"
  155. width="256" />
  156. <radio_group
  157. enabled_control="ShowScriptErrors"
  158. control_name="ShowScriptErrorsLocation"
  159. follows="top|left"
  160. draw_border="false"
  161. height="16"
  162. layout="topleft"
  163. left_delta="50"
  164. name="show_location"
  165. top_pad="5"
  166. width="364">
  167. <radio_item
  168. height="16"
  169. label="Nearby chat"
  170. layout="topleft"
  171. left="3"
  172. name="0"
  173. top="0"
  174. width="315" />
  175. <radio_item
  176. height="16"
  177. label="Separate window"
  178. layout="topleft"
  179. left_delta="175"
  180. name="1"
  181. top_delta="0"
  182. width="315" />
  183. </radio_group>
  184. <check_box
  185. control_name="AllowMultipleViewers"
  186. follows="top|left"
  187. height="15"
  188. label="Allow Multiple Viewers"
  189. layout="topleft"
  190. left="30"
  191. name="allow_multiple_viewer_check"
  192. top_pad="20"
  193. width="237"/>
  194. <check_box
  195. control_name="ForceShowGrid"
  196. follows="top|left"
  197. height="15"
  198. label="Show Grid Selection at login"
  199. layout="topleft"
  200. left="30"
  201. name="show_grid_selection_check"
  202. top_pad="5"
  203. width="237"/>
  204. <check_box
  205. control_name="UseDebugMenus"
  206. follows="top|left"
  207. height="15"
  208. label="Show Advanced Menu"
  209. layout="topleft"
  210. left="30"
  211. name="show_advanced_menu_check"
  212. top_pad="5"
  213. width="237"/>
  214. <check_box
  215. control_name="QAMode"
  216. follows="top|left"
  217. height="15"
  218. label="Show Developer Menu"
  219. layout="topleft"
  220. left="30"
  221. name="show_develop_menu_check"
  222. top_pad="5"
  223. width="237"/>
  224. </panel>