summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_lua_scripts.xml
blob: 68592016507f627f5b1524eb9f335ac0aaf236ec (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 can_minimize="false"
 can_resize="true"
 can_close="true"
 bevel_style="in"
 height="220"
 min_height="220"
 layout="topleft"
 name="LUA scripts"
 save_rect="true"
 title="LUA Scripts"
 single_instance="true" 
 width="555"
 min_width="555">
    <scroll_list
      column_padding="0"
      draw_stripes="true"
      draw_heading="true"
      height="200"
      left="10"
      follows="all"
      layout="topleft"
      sort_column="script_name"
      name="scripts_list"
      top_pad="10"
      width="535">
        <scroll_list.columns
         label="Name"
         name="script_name"
         width="180" />
        <scroll_list.columns
         label="Path"
         name="script_path"/>
    </scroll_list>
</floater>