summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfits_inventory.xml
blob: db95d01b43503b02e036101f3cc20341e226ba4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Outfits"
       height="510"
   width="333"
      follows="top|left"
             left="0"
	     top_pad="0">
    <accordion
     single_expansion="true"
     height="510"
             layout="topleft"
             left="0"
      follows="top|left"
     name="outfits_accordion"
	     top_pad="0"
             width="333">
     <accordion_tab
            expanded="false"
            layout="topleft"
         name="tab_cof"
         title="Current Outfit">
	 <inventory_panel
	    allow_multi_select="true"
	    border="false"
            height="460"
	     left="0"
             top="0"
		 mouse_opaque="true"
	         name="cof_accordionpanel"
		 start_folder="Current Outfit" />
        </accordion_tab>
        <accordion_tab
            expanded="true"
            layout="topleft"
         name="tab_outfits"
         title="My Outfits">
	 <inventory_panel
	 	 allow_multi_select="true"
		 border="false"
	     follows="all"
		 left="0"
             top="0"
            height="460"
		 mouse_opaque="true"
	     name="outfitslist_accordionpanel"
		 start_folder="My Outfits" />
        </accordion_tab>
	</accordion>
	<!--<button bottom="0"
		 halign="center"
		 height="23"
		 label=">"
		 enabled="false"
	     mouse_opaque="false"
		 name="selector"
		 width="20"
		 left="0"
		 visible="false"
	     follows="right|bottom"
		 tool_tip="View outfit properties" />-->
</panel>