blob: 296cde92e3487ba531b78026123da2b0e2bed024 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_resize="true"
height="400"
layout="topleft"
min_height="140"
min_width="467"
name="floater_search"
help_topic="floater_search"
save_rect="true"
single_instance="true"
title="Search [SECOND_LIFE]"
width="620">
<floater.string
name="search_url">
http://eniac21.lindenlab.com:10001/viewer
</floater.string>
<floater.string
name="loading_text">
Loading...
</floater.string>
<floater.string
name="done_text">
Done
</floater.string>
<layout_stack
bottom="400"
follows="left|right|top|bottom"
layout="topleft"
left="10"
name="stack1"
top="20"
width="600">
<layout_panel
height="12"
layout="topleft"
left_delta="0"
name="external_controls"
top_delta="0"
user_resize="false"
width="570">
<web_browser
bottom="-10"
follows="left|right|top|bottom"
layout="topleft"
left="0"
name="browser"
top="0"
width="570" />
<text
follows="bottom|left"
height="16"
layout="topleft"
left_delta="0"
name="status_text"
top_pad="4"
width="150" />
</layout_panel>
</layout_stack>
</floater>
|