PageRenderTime 26ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 138 lines | 138 code | 0 blank | 0 comment | 0 complexity | 8ed0c40e5c95517ce9abff73e73258af 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="198"
  5. layout="topleft"
  6. name="build options floater"
  7. help_topic="build_options_floater"
  8. save_rect="true"
  9. title="GRID OPTIONS"
  10. width="264">
  11. <floater.string
  12. name="grid_screen_text">
  13. Screen
  14. </floater.string>
  15. <floater.string
  16. name="grid_local_text">
  17. Local
  18. </floater.string>
  19. <floater.string
  20. name="grid_world_text">
  21. World
  22. </floater.string>
  23. <floater.string
  24. name="grid_reference_text">
  25. Reference
  26. </floater.string>
  27. <floater.string
  28. name="grid_attachment_text">
  29. Attachment
  30. </floater.string>
  31. <text
  32. type="string"
  33. length="1"
  34. follows="left|top"
  35. height="16"
  36. layout="topleft"
  37. left="10"
  38. tool_tip="Grid opacity"
  39. name="grid_mode_label"
  40. top_pad="30"
  41. width="123">
  42. Mode
  43. </text>
  44. <combo_box
  45. height="23"
  46. layout="topleft"
  47. left_pad="9"
  48. follows="left|top"
  49. name="combobox grid mode"
  50. tool_tip="Choose the type of grid ruler for positioning the object"
  51. top_delta="-3"
  52. width="108">
  53. <combo_box.item
  54. label="World grid"
  55. name="World"
  56. value="World" />
  57. <combo_box.item
  58. label="Local grid"
  59. name="Local"
  60. value="Local" />
  61. <combo_box.item
  62. label="Reference grid"
  63. name="Reference"
  64. value="Reference" />
  65. <combo_box.commit_callback
  66. function="GridOptions.gridMode"/>
  67. </combo_box>
  68. <spinner
  69. control_name="GridResolution"
  70. follows="left|top"
  71. height="23"
  72. initial_value="1"
  73. label="Units (meters)"
  74. label_width="130"
  75. layout="topleft"
  76. left="10"
  77. max_val="5"
  78. min_val="0.01"
  79. name="GridResolution"
  80. top_pad="4"
  81. width="200" />
  82. <spinner
  83. control_name="GridDrawSize"
  84. decimal_digits="1"
  85. follows="left|top"
  86. height="23"
  87. increment="0.5"
  88. initial_value="5"
  89. label="Extents (meters)"
  90. label_width="130"
  91. layout="topleft"
  92. left_delta="0"
  93. max_val="50"
  94. min_val="1"
  95. name="GridDrawSize"
  96. top_pad="0"
  97. width="200" />
  98. <check_box
  99. control_name="GridSubUnit"
  100. height="16"
  101. label="Snap to sub-units"
  102. layout="topleft"
  103. name="GridSubUnit"
  104. top_pad="0"
  105. width="200" />
  106. <check_box
  107. control_name="GridCrossSections"
  108. height="16"
  109. label="View cross-sections"
  110. layout="topleft"
  111. name="GridCrossSection"
  112. top_pad="5"
  113. width="200" />
  114. <text
  115. type="string"
  116. length="1"
  117. follows="left|top"
  118. height="16"
  119. layout="topleft"
  120. left="10"
  121. tool_tip="Grid opacity"
  122. name="grid_opacity_label"
  123. top_pad="5"
  124. width="128">
  125. Opacity:
  126. </text>
  127. <slider
  128. control_name="GridOpacity"
  129. follows="left"
  130. height="18"
  131. increment="0.05"
  132. initial_value="0.7"
  133. layout="topleft"
  134. name="GridOpacity"
  135. show_text="false"
  136. top_pad="0"
  137. width="210" />
  138. </floater>