blob: f2e48c517d8a9797ab5ffb11328e74faf990da4f (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!--
*TODO: Replace hardcoded buttons width/height with getting this info from the button images.
Currently that doesn't work because LLUIImage::getWidth/getHeight() return 1 for the images.
-->
<location_input font="SansSerifSmall"
add_landmark_image_enabled="Favorite_Star_Active"
add_landmark_image_disabled="Favorite_Star_Off"
add_landmark_image_hover="Favorite_Star_Over"
add_landmark_image_selected="Favorite_Star_Press"
add_landmark_hpad="2"
allow_text_entry="true"
list_position="below"
show_text_as_tentative="false"
max_chars="20"
follows="left|top"
allow_new_values="true"
>
<info_button name="Place Information"
label=""
width="16"
height="16"
follows="left|top"
hover_glow_amount="0.15"
image_unselected="Info_Off"
image_selected="Info_Off"
image_disabled_selected="Info_Off"
image_disabled="Info_Off" />
<add_landmark_button name="Add Landmark"
label=""
hover_glow_amount="0.15"
image_hover_selected="Favorite_Star_Over"
image_hover_unselected="Favorite_Star_Over"
width="18"
height="18"
follows="right|top"
scale_image="false"
top="19"
left="-3" />
<combo_button name="Location History"
label=""
pad_right="0"/>
<combo_list bg_writeable_color="MenuDefaultBgColor" page_lines="10"
scroll_bar_bg_visible="true" />
<combo_editor name="Combo Text Entry"
text_pad_left="20"
select_on_focus="false"
font="SansSerifSmall"
bevel_style="none"
border_style="line"
border.border_thickness="0"/>
</location_input>
|