blob: 8c03b560400a755999f184eb508d9b1cd1987915 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
auto_tile="true"
can_resize="true"
height="570"
layout="topleft"
min_height="271"
min_width="290"
name="preview lsl text"
help_topic="preview_lsl_text"
save_rect="true"
title="SCRIPT: ROTATION SCRIPT"
width="508">
<floater.string
name="Title">
SCRIPT: [NAME]
</floater.string>
<panel
follows="left|top|right|bottom"
height="522"
layout="topleft"
left="10"
name="script panel"
top="42"
width="497" />
<icon
follows="top|right"
height="18"
image_name="Lock"
layout="topleft"
left="426"
mouse_opaque="true"
name="lock"
top="4"
width="18" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="13"
name="desc txt"
top="19"
width="80">
Description:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="left|top|right"
font="SansSerif"
height="19"
layout="topleft"
left_delta="80"
max_length_bytes="127"
name="desc"
top_delta="0"
width="394" />
</floater>
|