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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 164 lines | 155 code | 0 blank | 9 comment | 0 complexity | dc361cbbad6ac5fd3f14b361c508611c MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. default_tab_group="1"
  5. follows="all"
  6. height="570"
  7. label="Outfits"
  8. layout="topleft"
  9. min_height="350"
  10. min_width="240"
  11. name="appearance panel"
  12. top="0"
  13. left="0"
  14. width="333">
  15. <string
  16. name="No Outfit"
  17. value="No Outfit" />
  18. <string
  19. name="Unsaved Changes"
  20. value="Unsaved changes" />
  21. <string
  22. name="Now Wearing"
  23. value="Now wearing..." />
  24. <string
  25. name="Changing outfits"
  26. value="Changing outfits" />
  27. <panel
  28. background_opaque="true"
  29. background_visible="true"
  30. bg_opaque_color="DkGray2"
  31. left="10"
  32. top="5"
  33. follows="left|top|right"
  34. layout="topleft"
  35. width="303"
  36. height="33"
  37. name="panel_currentlook"
  38. >
  39. <button
  40. follows="left|top"
  41. left="205" top="7" width="20" height="20"
  42. label="E"
  43. layout="topleft"
  44. name="editappearance_btn"
  45. visible="false" />
  46. <button
  47. follows="left|top"
  48. left="235" top="7" width="20" height="20"
  49. label="O"
  50. layout="topleft"
  51. name="openoutfit_btn"
  52. visible="false" />
  53. <icon
  54. follows="top|left"
  55. height="31"
  56. image_name="Shirt_Large"
  57. name="outfit_icon"
  58. mouse_opaque="false"
  59. visible="true"
  60. left="1"
  61. top="0"
  62. width="31" />
  63. <text
  64. font="SansSerifSmall"
  65. text_color="EmphasisColor"
  66. width="300"
  67. height="10"
  68. follows="top|left|right"
  69. layout="topleft"
  70. left="35"
  71. top="3"
  72. mouse_opaque="false"
  73. name="currentlook_status" >
  74. (Status)
  75. </text>
  76. <text
  77. font="SansSerifLargeBold"
  78. height="20"
  79. left="35"
  80. parse_urls="false"
  81. text_color="White"
  82. top="15"
  83. use_ellipses="true"
  84. width="230"
  85. follows="top|left|right"
  86. word_wrap="false"
  87. mouse_opaque="false"
  88. name="currentlook_name">
  89. MyOutfit With a really Long Name like MOOSE
  90. </text>
  91. <button
  92. follows="top|right"
  93. height="28"
  94. image_overlay="Edit_Wrench"
  95. label=""
  96. layout="topleft"
  97. left="265"
  98. name="edit_outfit_btn"
  99. tool_tip="Edit this outfit"
  100. top="3"
  101. width="28" />
  102. <loading_indicator
  103. follows="top|right"
  104. height="24"
  105. layout="topleft"
  106. left="268"
  107. name="wearables_loading_indicator"
  108. top="6"
  109. width="24" />
  110. </panel>
  111. <filter_editor
  112. height="23"
  113. follows="left|top|right"
  114. layout="topleft"
  115. left="10"
  116. label="Filter Outfits"
  117. max_length_chars="300"
  118. name="Filter"
  119. search_button_visible="true"
  120. top_pad="10"
  121. width="303" />
  122. <panel
  123. class="panel_outfits_inventory"
  124. filename="panel_outfits_inventory.xml"
  125. name="panel_outfits_inventory"
  126. height="493"
  127. min_height="410"
  128. width="320"
  129. visible="false"
  130. left="0"
  131. tab_group="1"
  132. top_pad="6"
  133. follows="all" />
  134. <!-- <button
  135. follows="bottom|left"
  136. height="23"
  137. label="New outfit"
  138. layout="topleft"
  139. left_pad="5"
  140. right="-10"
  141. name="newlook_btn"
  142. width="100" />-->
  143. <panel
  144. class="panel_outfit_edit"
  145. filename="panel_outfit_edit.xml"
  146. height="565"
  147. follows="all"
  148. layout="topleft"
  149. left="5"
  150. min_height="410"
  151. name="panel_outfit_edit"
  152. top="2"
  153. visible="false"
  154. width="320"/>
  155. <panel
  156. class="panel_edit_wearable"
  157. filename="panel_edit_wearable.xml"
  158. follows="all"
  159. layout="topleft"
  160. left="0"
  161. name="panel_edit_wearable"
  162. top="0"
  163. visible="false" />
  164. </panel>