PageRenderTime 35ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 141 lines | 141 code | 0 blank | 0 comment | 0 complexity | 6b5edf43676fd1c8a108c07d405f1cf3 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. open_positioning="cascading"
  4. can_minimize="true"
  5. can_resize="true"
  6. chrome="true"
  7. height="200"
  8. layout="topleft"
  9. min_height="128"
  10. min_width="128"
  11. name="Map"
  12. title="MINI-MAP"
  13. help_topic="map"
  14. save_rect="true"
  15. save_visibility="true"
  16. width="200">
  17. <floater.string
  18. name="ToolTipMsg">
  19. [REGION](Double-click to open Map, shift-drag to pan)
  20. </floater.string>
  21. <floater.string
  22. name="AltToolTipMsg">
  23. [REGION](Double-click to teleport, shift-drag to pan)
  24. </floater.string>
  25. <floater.string name="mini_map_caption">
  26. Mini-map
  27. </floater.string>
  28. <net_map
  29. follows="top|left|bottom|right"
  30. layout="topleft"
  31. left="0"
  32. mouse_opaque="false"
  33. name="Net Map"
  34. width="200"
  35. height="200"
  36. top="0"/>
  37. <text
  38. type="string"
  39. length="1"
  40. bottom="218"
  41. label="N"
  42. layout="topleft"
  43. left="0"
  44. name="floater_map_north"
  45. right="10"
  46. text_color="1 1 1 0.7"
  47. top="189">
  48. N
  49. </text>
  50. <text
  51. type="string"
  52. length="1"
  53. bottom="218"
  54. label="E"
  55. layout="topleft"
  56. left="0"
  57. name="floater_map_east"
  58. right="10"
  59. text_color="1 1 1 0.7"
  60. top="189">
  61. E
  62. </text>
  63. <text
  64. type="string"
  65. length="1"
  66. bottom="205"
  67. label="W"
  68. layout="topleft"
  69. left="0"
  70. name="floater_map_west"
  71. right="11"
  72. text_color="1 1 1 0.7"
  73. top="175">
  74. W
  75. </text>
  76. <text
  77. type="string"
  78. length="1"
  79. bottom="218"
  80. label="S"
  81. layout="topleft"
  82. left="0"
  83. name="floater_map_south"
  84. right="10"
  85. text_color="1 1 1 0.7"
  86. top="189">
  87. S
  88. </text>
  89. <text
  90. type="string"
  91. length="1"
  92. bottom="218"
  93. label="SE"
  94. layout="topleft"
  95. left="0"
  96. name="floater_map_southeast"
  97. right="20"
  98. text_color="1 1 1 0.7"
  99. top="189">
  100. SE
  101. </text>
  102. <text
  103. type="string"
  104. length="1"
  105. bottom="218"
  106. label="NE"
  107. layout="topleft"
  108. left="0"
  109. name="floater_map_northeast"
  110. right="20"
  111. text_color="1 1 1 0.7"
  112. top="189">
  113. NE
  114. </text>
  115. <text
  116. type="string"
  117. length="1"
  118. bottom="218"
  119. label="SW"
  120. layout="topleft"
  121. left="0"
  122. name="floater_map_southwest"
  123. right="20"
  124. text_color="1 1 1 0.7"
  125. top="189">
  126. SW
  127. </text>
  128. <text
  129. type="string"
  130. length="1"
  131. bottom="218"
  132. label="NW"
  133. layout="topleft"
  134. left="0"
  135. name="floater_map_northwest"
  136. right="20"
  137. text_color="1 1 1 0.7"
  138. top="189">
  139. NW
  140. </text>
  141. </floater>