blob: 4904a0d40aadce74cc275dd253090c0b4e9c57ea (
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_opaque="true"
background_visible="true"
bg_opaque_color="0.25 0.25 0.25 1"
follows="left|top|right"
height="60"
layout="topleft"
name="navigation_bar"
width="600">
<button
follows="left|top"
font="SansSerifSmall"
height="23"
image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled"
image_overlay="Arrow_Left_Off"
image_selected="PushButton_Selected"
image_unselected="PushButton_Off"
hover_glow_amount="0.15"
layout="topleft"
left="10"
name="back_btn"
picture_style="true"
tool_tip="Go back to previous location"
top="8"
width="31" />
<button
follows="left|top"
font="SansSerifSmall"
height="23"
image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled"
image_overlay="Arrow_Right_Off"
image_selected="PushButton_Selected"
image_unselected="PushButton_Off"
hover_glow_amount="0.15"
layout="topleft"
left_pad="0"
name="forward_btn"
picture_style="true"
tool_tip="Go forward one location"
top_delta="0"
width="31" />
<button
follows="left|top"
font="SansSerifSmall"
height="23"
image_disabled="PushButton_Disabled"
image_disabled_selected="PushButton_Disabled"
image_overlay="Home_Off"
image_selected="PushButton_Selected"
image_unselected="PushButton_Off"
hover_glow_amount="0.15"
layout="topleft"
left_pad="7"
name="home_btn"
picture_style="true"
tool_tip="Teleport to your home location"
top_delta="0"
width="32" />
<location_input
follows="left|right|top"
halign="right"
height="22"
label="Location"
layout="topleft"
left_pad="7"
max_chars="254"
mouse_opaque="false"
name="location_combo"
top_delta="0"
width="266">
<!-- *TODO: Delete. Let the location_input use the correct art sizes.
<location_input.add_landmark_button
height="18"
name="location_combo_add"
width="20" />
<location_input.info_button
height="18"
name="location_combo_info"
width="20" />
-->
</location_input>
<!-- <button -->
<!-- follows="right|top" -->
<!-- height="20" -->
<!-- image_disabled="TextField_Search_Off" -->
<!-- image_disabled_selected="TextField_Search_Off" -->
<!-- image_hover_selected="TextField_Search_Off" -->
<!-- image_hover_unselected="TextField_Search_Off" -->
<!-- image_selected="TextField_Search_Off" -->
<!-- image_unselected="TextField_Search_Off" -->
<!-- layout="topleft" -->
<!-- left_pad="5" -->
<!-- mouse_opaque="false" -->
<!-- name="search_bg" -->
<!-- picture_style="true" -->
<!-- top_delta="0" -->
<!-- width="168" /> -->
<search_editor
bevel_style="none"
border_style="line"
border.border_thickness="0"
commit_on_focus_lost="false"
follows="right|top"
halign="right"
height="22"
label="Search All"
layout="topleft"
left_pad="7"
mouse_opaque="false"
name="search_input"
tool_tip="Search All"
top_delta="0"
width="200" />
<favorites_bar
follows="left|right|top"
height="25"
layout="topleft"
left="5"
name="favorite"
top="32"
width="590" />
</panel>
|