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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 190 lines · 189 code · 1 blank · 0 comment · 0 complexity · 25c441585e77e0f611058fc8de06c77a MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. name="Landmarks"
  4. top="0"
  5. height="400"
  6. layout="topleft"
  7. left="0"
  8. width="313"
  9. help_topic="panel_landmarks"
  10. border="false"
  11. background_visible="true"
  12. bg_alpha_color="DkGray"
  13. follows="all">
  14. <accordion
  15. background_visible="true"
  16. bg_alpha_color="DkGray2"
  17. bg_opaque_color="DkGray2"
  18. follows="all"
  19. height="373"
  20. layout="topleft"
  21. left="3"
  22. name="landmarks_accordion"
  23. top="0"
  24. width="307">
  25. <accordion_tab
  26. layout="topleft"
  27. name="tab_favorites"
  28. title="Favorites bar">
  29. <places_inventory_panel
  30. allow_multi_select="true"
  31. border="false"
  32. bottom="0"
  33. follows="all"
  34. height="126"
  35. left="0"
  36. mouse_opaque="true"
  37. name="favorites_list"
  38. start_folder="Favorites"
  39. width="307"/>
  40. </accordion_tab>
  41. <accordion_tab
  42. layout="topleft"
  43. name="tab_landmarks"
  44. title="My Landmarks">
  45. <places_inventory_panel
  46. allow_multi_select="true"
  47. border="false"
  48. bottom="0"
  49. follows="all"
  50. height="126"
  51. left="0"
  52. mouse_opaque="true"
  53. name="landmarks_list"
  54. start_folder="Landmarks"
  55. width="307"/>
  56. </accordion_tab>
  57. <accordion_tab
  58. layout="topleft"
  59. name="tab_inventory"
  60. title="My Inventory">
  61. <places_inventory_panel
  62. allow_multi_select="true"
  63. border="false"
  64. bottom="0"
  65. follows="all"
  66. height="126"
  67. left="0"
  68. mouse_opaque="true"
  69. name="my_inventory_list"
  70. start_folder="My Inventory"
  71. width="307"/>
  72. </accordion_tab>
  73. <accordion_tab
  74. layout="topleft"
  75. name="tab_library"
  76. title="Library">
  77. <places_inventory_panel
  78. allow_multi_select="true"
  79. border="false"
  80. bottom="0"
  81. follows="all"
  82. height="126"
  83. left="0"
  84. mouse_opaque="true"
  85. name="library_list"
  86. start_folder="LIBRARY"
  87. width="313"/>
  88. </accordion_tab>
  89. </accordion>
  90. <panel
  91. background_visible="true"
  92. bevel_style="none"
  93. bottom="0"
  94. follows="left|right|bottom"
  95. height="27"
  96. layout="bottomleft"
  97. left="3"
  98. name="bottom_panel"
  99. width="313">
  100. <layout_stack
  101. animate="false"
  102. border_size="0"
  103. follows="left|right|bottom"
  104. height="25"
  105. layout="topleft"
  106. orientation="horizontal"
  107. top_pad="1"
  108. left="0"
  109. name="bottom_panel"
  110. width="307">
  111. <layout_panel
  112. auto_resize="false"
  113. height="25"
  114. layout="topleft"
  115. name="options_gear_btn_panel"
  116. width="32">
  117. <menu_button
  118. follows="bottom|left"
  119. tool_tip="Show additional options"
  120. height="25"
  121. image_hover_unselected="Toolbar_Left_Over"
  122. image_overlay="OptionsMenu_Off"
  123. image_selected="Toolbar_Left_Selected"
  124. image_unselected="Toolbar_Left_Off"
  125. layout="topleft"
  126. left="0"
  127. name="options_gear_btn"
  128. top="0"
  129. width="31" />
  130. </layout_panel>
  131. <layout_panel
  132. auto_resize="false"
  133. height="25"
  134. layout="topleft"
  135. name="add_btn_panel"
  136. width="32">
  137. <button
  138. follows="bottom|left"
  139. height="25"
  140. image_hover_unselected="Toolbar_Middle_Over"
  141. image_overlay="AddItem_Off"
  142. image_selected="Toolbar_Middle_Selected"
  143. image_unselected="Toolbar_Middle_Off"
  144. layout="topleft"
  145. left="0"
  146. name="add_btn"
  147. tool_tip="Add new landmark"
  148. top="0"
  149. width="31" />
  150. </layout_panel>
  151. <layout_panel
  152. auto_resize="true"
  153. height="25"
  154. layout="topleft"
  155. name="dummy_panel"
  156. width="212">
  157. <icon
  158. follows="bottom|left|right"
  159. height="25"
  160. image_name="Toolbar_Middle_Off"
  161. layout="topleft"
  162. left="0"
  163. top="0"
  164. name="dummy_icon"
  165. width="211" />
  166. </layout_panel>
  167. <layout_panel
  168. auto_resize="false"
  169. height="25"
  170. layout="topleft"
  171. name="trash_btn_panel"
  172. width="31">
  173. <dnd_button
  174. follows="bottom|left"
  175. height="25"
  176. image_hover_unselected="Toolbar_Right_Over"
  177. image_overlay="TrashItem_Off"
  178. image_selected="Toolbar_Right_Selected"
  179. image_unselected="Toolbar_Right_Off"
  180. left="0"
  181. layout="topleft"
  182. name="trash_btn"
  183. tool_tip="Remove selected landmark"
  184. top="0"
  185. width="31"/>
  186. </layout_panel>
  187. </layout_stack>
  188. </panel>
  189. </panel>