summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_cof_wearables.xml
blob: 01c7ae61d24d6343b07a60db09afc7fc6b4e5ac0 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 background_visible="true"
 bg_alpha_color="DkGray"
 border="false"
 bottom="0"
 follows="all"
 height="200"
 left="0"
 name="cof_wearables"
 width="313">
    <accordion
     follows="all"
     height="373"
     layout="topleft"
     left="3"
     top="0"
     name="cof_wearables_accordion"
     background_visible="true"
     bg_alpha_color="DkGray2"
     width="307">
        <accordion_tab
         layout="topleft"
         name="tab_attachments"
         title="Attachments">
            <flat_list_view
             allow_select="true"
             follows="all"
             height="150"
             layout="topleft"
             left="0"
             name="list_attachments"
             top="0"
             width="307" />
        </accordion_tab>
        <accordion_tab
         layout="topleft"
         name="tab_clothing"
         title="Clothing">
            <flat_list_view
             allow_select="true"
             follows="all"
             height="150"
             layout="topleft"
             left="0"
             name="list_clothing"
             top="0"
             width="307" />
        </accordion_tab>
        <accordion_tab
         layout="topleft"
         name="tab_body_parts"
         title="Body Parts">
            <flat_list_view
             allow_select="true"
             follows="all"
             height="150"
             layout="topleft"
             left="0"
             name="list_body_parts"
             top="0"
             width="307" />
        </accordion_tab>
    </accordion>
</panel>