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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 134 lines | 133 code | 1 blank | 0 comment | 0 complexity | 2ea0ed27aad134ffff38b3f853015182 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel name="Outfits"
  3. bg_alpha_color="DkGray"
  4. bg_opaque_color="DkGray"
  5. background_opaque="true"
  6. background_visible="true"
  7. follows="all"
  8. height="575"
  9. label="Things"
  10. layout="topleft"
  11. min_height="350"
  12. min_width="240"
  13. width="320"
  14. border="false">
  15. <panel.string
  16. name="wear_outfit_tooltip">
  17. Wear selected outfit
  18. </panel.string>
  19. <panel.string
  20. name="wear_items_tooltip">
  21. Wear selected items
  22. </panel.string>
  23. <tab_container
  24. follows="all"
  25. height="539"
  26. layout="topleft"
  27. left="5"
  28. name="appearance_tabs"
  29. tab_min_width="150"
  30. tab_height="30"
  31. tab_position="top"
  32. halign="center"
  33. top="8"
  34. width="315">
  35. <panel
  36. class="outfits_list"
  37. filename="panel_outfits_list.xml"
  38. height="520"
  39. name="outfitslist_tab"
  40. background_visible="true"
  41. help_topic="my_outfits_tab"
  42. follows="all"
  43. label="MY OUTFITS"
  44. layout="topleft"
  45. width="315" />
  46. <panel
  47. background_visible="true"
  48. bg_alpha_color="DkGray"
  49. class="panel_wearing"
  50. filename="panel_outfits_wearing.xml"
  51. follows="all"
  52. height="520"
  53. help_topic="now_wearing_tab"
  54. label="WEARING"
  55. layout="topleft"
  56. name="cof_tab"
  57. width="315" />
  58. </tab_container>
  59. <panel
  60. background_visible="true"
  61. follows="bottom|left|right"
  62. height="27"
  63. layout="topleft"
  64. left="9"
  65. top_pad="1"
  66. visible="true"
  67. name="bottom_panel"
  68. width="310">
  69. <layout_stack
  70. follows="bottom|left|right"
  71. height="23"
  72. layout="topleft"
  73. mouse_opaque="false"
  74. name="bottom_panel_ls"
  75. left="0"
  76. orientation="horizontal"
  77. top="0"
  78. width="308">
  79. <layout_panel
  80. follows="bottom|left|right"
  81. height="23"
  82. layout="bottomleft"
  83. left="0"
  84. mouse_opaque="false"
  85. name="save_btn_lp"
  86. auto_resize="true"
  87. width="156">
  88. <button
  89. follows="bottom|left|right"
  90. height="23"
  91. label="Save As"
  92. left="1"
  93. layout="topleft"
  94. name="save_btn"
  95. top="0"
  96. width="155" />
  97. <button
  98. follows="bottom|right"
  99. height="23"
  100. name="save_flyout_btn"
  101. label=""
  102. layout="topleft"
  103. left_pad="-20"
  104. tab_stop="false"
  105. image_selected="SegmentedBtn_Right_Selected_Press"
  106. image_unselected="SegmentedBtn_Right_Off"
  107. image_pressed="SegmentedBtn_Right_Press"
  108. image_pressed_selected="SegmentedBtn_Right_Selected_Press"
  109. image_overlay="Arrow_Small_Up"
  110. width="20"/>
  111. </layout_panel>
  112. <layout_panel
  113. follows="bottom|left|right"
  114. height="23"
  115. layout="bottomleft"
  116. left_pad="3"
  117. mouse_opaque="false"
  118. name="wear_btn_lp"
  119. auto_resize="true"
  120. width="147">
  121. <button
  122. follows="bottom|left|right"
  123. height="23"
  124. label="Wear"
  125. layout="topleft"
  126. name="wear_btn"
  127. left="1"
  128. top="0"
  129. width="146" />
  130. </layout_panel>
  131. </layout_stack>
  132. </panel>
  133. </panel>