PageRenderTime 102ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 141 lines | 141 code | 0 blank | 0 comment | 0 complexity | 9e31c71a93ba6a74b0b1b768e670da72 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. can_minimize="false"
  5. height="215"
  6. layout="topleft"
  7. name="settings_debug"
  8. help_topic="settings_debug"
  9. title="DEBUG SETTINGS"
  10. width="350">
  11. <combo_box
  12. allow_text_entry="true"
  13. follows="top|left"
  14. height="22"
  15. layout="topleft"
  16. left="15"
  17. max_chars="255"
  18. name="settings_combo"
  19. top="30"
  20. width="320">
  21. <combo_box.commit_callback
  22. function="SettingSelect" />
  23. </combo_box>
  24. <text_editor
  25. enabled="false"
  26. height="60"
  27. layout="topleft"
  28. left_delta="0"
  29. name="comment_text"
  30. top_pad="10"
  31. width="320"
  32. word_wrap="true" />
  33. <radio_group
  34. follows="top|left"
  35. height="30"
  36. layout="topleft"
  37. left_delta="0"
  38. name="boolean_combo"
  39. top_pad="10"
  40. visible="false"
  41. tab_stop="true"
  42. width="100">
  43. <radio_item
  44. top_pad="5"
  45. label="TRUE"
  46. name="TRUE"
  47. value="true" />
  48. <radio_item
  49. top_pad="5"
  50. label="FALSE"
  51. name="FALSE"
  52. value="" />
  53. <commit_callback
  54. function="CommitSettings" />
  55. </radio_group>
  56. <line_editor
  57. height="20"
  58. layout="topleft"
  59. left_delta="0"
  60. name="val_text"
  61. top_delta="0"
  62. visible="false"
  63. width="300" >
  64. <line_editor.commit_callback
  65. function="CommitSettings" />
  66. </line_editor>
  67. <color_swatch
  68. bottom="185"
  69. can_apply_immediately="true"
  70. height="55"
  71. name="val_color_swatch"
  72. label="Color"
  73. layout="topleft"
  74. width="37" >
  75. <color_swatch.commit_callback
  76. function="CommitSettings" />
  77. </color_swatch>
  78. <spinner
  79. height="20"
  80. label="x"
  81. layout="topleft"
  82. left_delta="0"
  83. max_val="1e+007"
  84. name="val_spinner_1"
  85. top_delta="10"
  86. visible="false"
  87. width="120" >
  88. <spinner.commit_callback
  89. function="CommitSettings" />
  90. </spinner>
  91. <spinner
  92. height="20"
  93. label="x"
  94. layout="topleft"
  95. left_pad="15"
  96. max_val="1e+007"
  97. name="val_spinner_2"
  98. top_delta="0"
  99. visible="false"
  100. width="120">
  101. <spinner.commit_callback
  102. function="CommitSettings" />
  103. </spinner>
  104. <spinner
  105. height="20"
  106. label="x"
  107. layout="topleft"
  108. left="15"
  109. max_val="1e+007"
  110. name="val_spinner_3"
  111. top="160"
  112. visible="false"
  113. width="120">
  114. <spinner.commit_callback
  115. function="CommitSettings" />
  116. </spinner>
  117. <spinner
  118. height="20"
  119. label="x"
  120. layout="topleft"
  121. left_pad="15"
  122. max_val="1e+007"
  123. name="val_spinner_4"
  124. top_delta="0"
  125. visible="false"
  126. width="120" >
  127. <spinner.commit_callback
  128. function="CommitSettings" />
  129. </spinner>
  130. <button
  131. height="22"
  132. label="Reset to default"
  133. layout="topleft"
  134. left="15"
  135. name="default_btn"
  136. top="186"
  137. width="150" >
  138. <button.commit_callback
  139. function="ClickDefault" />
  140. </button>
  141. </floater>