diff options
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_map.xml | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_map.xml b/indra/newview/skins/default/xui/en/floater_map.xml new file mode 100644 index 0000000000..ed3b00250b --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_map.xml @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + can_resize="true" + follows="top|right" + height="225" + layout="topleft" + min_height="60" + min_width="174" + name="Map" + save_rect="true" + save_visibility="true" + single_instance="true" + width="200"> + <floater.string + name="mini_map_north"> + N + </floater.string> + <floater.string + name="mini_map_east"> + E + </floater.string> + <floater.string + name="mini_map_west"> + W + </floater.string> + <floater.string + name="mini_map_south"> + S + </floater.string> + <floater.string + name="mini_map_southeast"> + SE + </floater.string> + <floater.string + name="mini_map_northeast"> + NE + </floater.string> + <floater.string + name="mini_map_southwest"> + SW + </floater.string> + <floater.string + name="mini_map_northwest"> + NW + </floater.string> + <floater.string + name="ToolTipMsg"> + [AGENT][REGION](Double-click to open Map) + </floater.string> + <net_map + bg_color="NetMapBackgroundColor" + bottom="225" + follows="top|left|bottom|right" + layout="topleft" + left="0" + mouse_opaque="false" + name="Net Map" + right="198" + top="2" /> + <text + type="string" + length="1" + bottom="225" + label="N" + layout="topleft" + left="0" + name="floater_map_north" + right="10" + text="N" + text_color="1 1 1 0.7" + top="215"> + N + </text> + <text + type="string" + length="1" + bottom="225" + label="E" + layout="topleft" + left="0" + name="floater_map_east" + right="10" + text="E" + text_color="1 1 1 0.7" + top="215"> + E + </text> + <text + type="string" + length="1" + bottom="225" + label="W" + layout="topleft" + left="0" + name="floater_map_west" + right="11" + text="W" + text_color="1 1 1 0.7" + top="215"> + W + </text> + <text + type="string" + length="1" + bottom="225" + label="S" + layout="topleft" + left="0" + name="floater_map_south" + right="10" + text="S" + text_color="1 1 1 0.7" + top="215"> + S + </text> + <text + type="string" + length="1" + bottom="225" + label="SE" + layout="topleft" + left="0" + name="floater_map_southeast" + right="20" + text="SE" + text_color="1 1 1 0.7" + top="215"> + SE + </text> + <text + type="string" + length="1" + bottom="225" + label="NE" + layout="topleft" + left="0" + name="floater_map_northeast" + right="20" + text="NE" + text_color="1 1 1 0.7" + top="215"> + NE + </text> + <text + type="string" + length="1" + bottom="225" + label="SW" + layout="topleft" + left="0" + name="floater_map_southwest" + right="20" + text="SW" + text_color="1 1 1 0.7" + top="215"> + SW + </text> + <text + type="string" + length="1" + bottom="225" + label="NW" + layout="topleft" + left="0" + name="floater_map_northwest" + right="20" + text="NW" + text_color="1 1 1 0.7" + top="215"> + NW + </text> +</floater> |