blob: 42a79743169aba8c1364624ea0ea42173ba4ee7c (
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
bg_alpha_color="DkGray"
follows="all"
height="430"
layout="topleft"
left="0"
name="Wearing"
top="0"
width="312">
<panel.string
name="no_attachments">
No attachments worn.
</panel.string>
<accordion
fit_parent="true"
follows="all"
height="400"
layout="topleft"
left="0"
single_expansion="true"
top="0"
name="wearables_accordion"
background_visible="true"
bg_alpha_color="DkGray2"
width="309">
<accordion_tab
layout="topleft"
name="tab_wearables"
title="Wearables">
<wearable_items_list
follows="all"
height="400"
layout="topleft"
left="3"
multi_select="true"
name="cof_items_list"
standalone="false"
top="0"
width="309"
worn_indication_enabled="false" />
</accordion_tab>
<accordion_tab
layout="topleft"
name="tab_temp_attachments"
title="Temporary attachments">
<scroll_list
draw_heading="false"
left="3"
width="309"
height="400"
follows="all"
name="temp_attachments_list">
<scroll_list.columns
name="icon"
width="15" />
<scroll_list.columns
name="text"
width="210" />
</scroll_list>
</accordion_tab>
</accordion>
<panel
background_visible="true"
follows="bottom|left|right"
height="28"
layout="topleft"
left="4"
name="bottom_panel"
top_pad="0"
width="312">
<menu_button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="0"
name="options_gear_btn"
tool_tip="Show additional options"
top="1"
width="31" />
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Right_Off"
layout="topleft"
left_pad="1"
name="dummy_icon"
width="274" />
</panel>
</panel>
|