blob: 0567d722d5c13a8a9a5e190bbcff6f27b1386820 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Outfits"
follows="all"
border="false">
<accordion
single_expansion="true"
follows="top|left|bottom"
height="460"
layout="topleft"
left="0"
name="outfits_accordion"
top="0"
width="333">
<accordion_tab
layout="topleft"
name="tab_cof"
title="Current Outfit">
<inventory_panel
allow_multi_select="true"
border="false"
bottom="0"
follows="all"
height="416"
left="0"
mouse_opaque="true"
name="cof_accordionpanel"
width="333"
start_folder="Current Outfit" />
</accordion_tab>
<accordion_tab
layout="topleft"
name="tab_outfits"
title="My Outfits">
<inventory_panel
allow_multi_select="true"
border="false"
bottom="0"
follows="all"
height="415"
left="0"
mouse_opaque="true"
name="outfitslist_accordionpanel"
width="333"
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>
|