blob: 8770ede7e9f920348ed84c0d0536357d0ecf8ff5 (
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
63
64
65
66
67
68
69
70
71
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="13"
can_resize="true"
height="600"
layout="topleft"
min_height="400"
min_width="450"
name="floater_search"
help_topic="floater_search"
save_rect="true"
save_visibility="true"
single_instance="true"
title="FIND"
width="650">
<floater.string
name="loading_text">
Loading...
</floater.string>
<floater.string
name="done_text">
Done
</floater.string>
<layout_stack
height="580"
follows="left|right|top|bottom"
layout="topleft"
left="10"
name="stack1"
top="20"
width="630">
<layout_panel
height="570"
layout="topleft"
left_delta="0"
top_delta="0"
name="browser_layout"
user_resize="false"
width="630">
<web_browser
trusted_content="true"
follows="left|right|top|bottom"
layout="topleft"
left="0"
name="browser"
top="0"
height="540"
width="630" />
<text
follows="bottom|left"
height="16"
layout="topleft"
left_delta="0"
name="status_text"
top_pad="10"
width="150" />
<text
visible="false"
follows="bottom|right"
height="16"
left_delta="0"
name="refresh_search"
left_pad="0"
right="-10"
halign="right"
width="450">
Redo search to reflect current God level
</text>
</layout_panel>
</layout_stack>
</floater>
|