diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2022-02-17 12:56:40 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-02-23 16:39:15 -0800 |
commit | 34a9e84cd89e9a5a748dd5aa0cc2666bf8f6c34a (patch) | |
tree | d66f82c4d031bb6a5b6069c84d2517eea3429cff /indra/newview/skins/default/xui/en/floater_map.xml | |
parent | ebed2c6d61f816d089e03542dbb506cb7edabddc (diff) |
SL-16917: Fix minimap cardinal direction text being offset slightly, and move cardinal directions to the edge of the minimap
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_map.xml | 48 |
1 files changed, 8 insertions, 40 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_map.xml b/indra/newview/skins/default/xui/en/floater_map.xml index b8893e11d9..18e7147136 100644 --- a/indra/newview/skins/default/xui/en/floater_map.xml +++ b/indra/newview/skins/default/xui/en/floater_map.xml @@ -37,105 +37,73 @@ <text type="string" length="1" - bottom="218" label="N" layout="topleft" - left="0" name="floater_map_north" - right="10" - text_color="1 1 1 0.7" - top="189"> + text_color="1 1 1 0.7"> N </text> <text type="string" length="1" - bottom="218" label="E" layout="topleft" - left="0" name="floater_map_east" - right="10" - text_color="1 1 1 0.7" - top="189"> + text_color="1 1 1 0.7"> E </text> <text type="string" length="1" - bottom="205" label="W" layout="topleft" - left="0" name="floater_map_west" - right="11" - text_color="1 1 1 0.7" - top="175"> + text_color="1 1 1 0.7"> W </text> <text type="string" length="1" - bottom="218" label="S" layout="topleft" - left="0" name="floater_map_south" - right="10" - text_color="1 1 1 0.7" - top="189"> + text_color="1 1 1 0.7"> S </text> <text type="string" length="1" - bottom="218" label="SE" layout="topleft" - left="0" name="floater_map_southeast" - right="20" - text_color="1 1 1 0.7" - top="189"> + text_color="1 1 1 0.7"> SE </text> <text type="string" length="1" - bottom="218" label="NE" layout="topleft" - left="0" name="floater_map_northeast" - right="20" - text_color="1 1 1 0.7" - top="189"> + text_color="1 1 1 0.7"> NE </text> <text type="string" length="1" - bottom="218" label="SW" layout="topleft" - left="0" name="floater_map_southwest" - right="20" - text_color="1 1 1 0.7" - top="189"> + text_color="1 1 1 0.7"> SW </text> <text type="string" length="1" - bottom="218" label="NW" layout="topleft" - left="0" name="floater_map_northwest" - right="20" - text_color="1 1 1 0.7" - top="189"> + text_color="1 1 1 0.7"> NW </text> </floater> |