blob: 1743e016eec2ac28a767c1eee9b105c18766d1ec (
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
bg_alpha_color="0.3 0.3 0.3 1"
follows="left|top|right|bottom"
height="400"
label="Places"
layout="topleft"
left="0"
min_height="350"
min_width="240"
name="places panel"
top="400"
width="355">
<panel.string
name="landmarks_tab_title">
Landmarks
</panel.string>
<panel.string
name="teleport_history_tab_title">
Teleport History
</panel.string>
<search_editor
follows="left|top|right"
height="16"
label="Filter"
layout="topleft"
left="10"
name="Filter"
top="4"
width="335" />
<tab_container
follows="left|top|right|bottom"
height="326"
layout="topleft"
left_delta="0"
name="Places Tabs"
tab_position="top"
top_pad="19"
width="335" />
<panel
class="panel_place_info"
filename="panel_place_info.xml"
follows="left|top|right|bottom"
height="675"
layout="topleft"
left="0"
name="panel_place_info"
top="-310"
visible="false"
width="355" />
<button
follows="bottom|left"
font="SansSerifSmallBold"
height="25"
label="Teleport"
layout="topleft"
left_delta="10"
name="teleport_btn"
top_pad="5"
width="90" />
<button
follows="bottom|left"
font="SansSerifSmallBold"
height="25"
label="Show on Map"
layout="topleft"
left_pad="5"
name="map_btn"
top_delta="0"
width="110" />
<button
enabled="false"
follows="bottom|left"
font="SansSerifSmallBold"
height="25"
label="Share"
layout="topleft"
left_pad="5"
name="share_btn"
top_delta="0"
width="60" />
<button
enabled="true"
follows="bottom|right"
font="SansSerifSmallBold"
height="25"
label="▼"
layout="topleft"
left_pad="35"
name="overflow_btn"
top_delta="0"
width="30" />
</panel>
|