blob: f438e3d42d3f8bf2c0ce99a034529effa330e703 (
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
bg_alpha_color="DkGray"
border="false"
follows="all"
height="200"
left="0"
name="cof_wearables"
width="311">
<accordion
fit_parent="true"
follows="all"
height="198"
layout="topleft"
left="0"
single_expansion="true"
top="0"
name="cof_wearables_accordion"
background_visible="true"
bg_alpha_color="DkGray2"
width="311">
<accordion_tab
layout="topleft"
name="tab_clothing"
title="Clothing">
<flat_list_view
allow_select="true"
follows="all"
height="10"
item_pad="3"
keep_selection_visible_on_reshape="true"
layout="topleft"
left="0"
multi_select="true"
name="list_clothing"
top="0"
width="311" />
</accordion_tab>
<accordion_tab
layout="topleft"
name="tab_attachments"
title="Attachments">
<flat_list_view
allow_select="true"
follows="all"
height="10"
item_pad="3"
layout="topleft"
left="0"
keep_selection_visible_on_reshape="true"
multi_select="true"
name="list_attachments"
top="0"
width="311">
<flat_list_view.no_items_text
value="No attachments worn" />
</flat_list_view>
</accordion_tab>
<accordion_tab
layout="topleft"
name="tab_body_parts"
title="Body Parts">
<flat_list_view
allow_select="true"
follows="all"
height="10"
item_pad="3"
keep_selection_visible_on_reshape="true"
layout="topleft"
left="0"
multi_select="true"
name="list_body_parts"
top="0"
width="311" />
</accordion_tab>
</accordion>
</panel>
|