summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua/luafloater_outfits_list.xml
blob: 1f6505cb8d5604a32be5401e28d39a2e6df9c306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 height="185"
 layout="topleft"
 name="lua_outfits"
 title="Outfits"
 width="320">
    <scroll_list
     draw_heading="false"
     left="5"
     width="310"
     height="150"
     top_pad ="25"
     follows="all"
     name="outfits_list">
        <scroll_list.columns
          name="outfit_name"
          label="Name"/>
    </scroll_list>
</floater>