summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua/luafloater_outfits_list.xml
blob: 8cab86430848184e42669c4b487a5e152f8bd08b (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 height="205"
 layout="topleft"
 name="lua_outfits"
 title="Outfits"
 width="325">
    <scroll_list
     draw_heading="false"
     left="5"
     width="315"
     height="150"
     top_pad ="25"
     follows="all"
     name="outfits_list">
        <scroll_list.columns
          name="outfit_name"
          label="Name"/>
    </scroll_list>
    <button
     follows="left|bottom"
     height="23"
     label="Replace COF"
     layout="topleft"
     name="replace_btn"
     enabled="false"
     top_pad="5"
     width="95" >
    </button>
    <button
     follows="left|bottom"
     height="23"
     label="Add to COF"
     left_pad="7"
     layout="topleft"
     name="add_btn"
     enabled="false"
     width="95" >
    </button>
    <button
     follows="left|bottom"
     height="23"
     label="Show wearables"
     left_pad="7"
     layout="topleft"
     name="select_btn"
     enabled="false"
     width="111" >
    </button>
</floater>