blob: 729321675be1a976969042d93497d64e4326d95f (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_opaque="true"
background_visible="true"
bg_opaque_color="MouseGray"
follows="left|top|right"
height="26"
layout="topleft"
name="navigation_bar"
chrome="true"
width="600">
<icon
follows="all"
image_name="NavBar_BG"
mouse_opaque="false"
name="bg_icon"
scale_image="true"
visible="true"
left="0"
top="0"
height="26"
width="600"/>
<icon
follows="all"
image_name="NavBar_BG_NoFav_Bevel"
mouse_opaque="false"
name="bg_icon_no_fav_bevel"
scale_image="true"
visible="false"
left="0"
top="0"
height="26"
width="600"/>
<icon
follows="all"
image_name="NavBar_BG_NoNav_Bevel"
mouse_opaque="false"
name="bg_icon_no_nav_bevel"
scale_image="true"
visible="false"
left="0"
top="0"
height="26"
width="600"/>
<panel
background_visible="false"
follows="left|top|right"
top="3"
height="26"
layout="topleft"
name="navigation_panel"
width="600">
<location_input
follows="left|right|top"
halign="right"
height="23"
label="Location"
layout="topleft"
left="7"
max_chars="254"
mouse_opaque="false"
name="location_combo"
enabled="false"
top="0"
width="550">
<combo_editor
text_color="White"
background_image=""/>
<maturity_button
width="0"
height="0"/>
<info_button
width="0"
image_unselected=""
image_disabled=""
visible="false"/>
<add_landmark_button
visible="false"/>
<combo_button
width="0"
image_unselected=""
visible="false"/>
<combo_list
mouse_wheel_opaque="true"/>
</location_input>
<button
right="-5"
top="2"
width="16"
height="16"
follows="top|right"
name="skylight_help"
image_unselected="Icon_Help_Foreground"
image_selected="Icon_Help_Press"
/>
</panel>
</panel>
|