diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-05-18 17:57:04 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-05-18 17:57:04 +0300 |
commit | d3cfb6ca36d2e4624fff626fbf8ab0ed7bc8ec59 (patch) | |
tree | 26b6e2eb2f4f5380c8b0cbe4793aa0d6dba6966c /indra/newview/skins/default/xui | |
parent | e9d3fcbbb9c99ba2711980f4d70dc76ed05fb65c (diff) |
EXT-7112 fix Set map pos,bgnd and size in code to match mockup
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_map.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_map.xml b/indra/newview/skins/default/xui/en/floater_map.xml index e21e44204d..249b091800 100644 --- a/indra/newview/skins/default/xui/en/floater_map.xml +++ b/indra/newview/skins/default/xui/en/floater_map.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <floater bg_alpha_image_overlay="DkGray_66" - legacy_header_height="18" + legacy_header_height="0" can_minimize="true" can_resize="true" follows="top|right" @@ -10,7 +10,7 @@ min_height="174" min_width="174" name="Map" - title="Mini Map" + title="" help_topic="map" save_rect="true" save_visibility="true" @@ -62,8 +62,8 @@ mouse_opaque="false" name="Net Map" width="200" - height="200" - top="18"/> + height="218" + top="0"/> <text type="string" length="1" |