diff options
author | McCabe Maxsted | 2010-06-08 18:54:30 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:33 -0500 |
commit | aac4c55ab3663485256d010366e2052202cfc02b (patch) | |
tree | 05ac594e6bb953fc3d7824d705f979940d1ac8e4 /linden/indra/newview/skins/default/xui | |
parent | Little tidying up, made the default double click action cam to for the estate... (diff) | |
download | meta-impy-aac4c55ab3663485256d010366e2052202cfc02b.zip meta-impy-aac4c55ab3663485256d010366e2052202cfc02b.tar.gz meta-impy-aac4c55ab3663485256d010366e2052202cfc02b.tar.bz2 meta-impy-aac4c55ab3663485256d010366e2052202cfc02b.tar.xz |
Fixed radar 'm' being off
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_radar.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml b/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml index 1113743..452474f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_radar.xml | |||
@@ -41,12 +41,12 @@ | |||
41 | </text> | 41 | </text> |
42 | 42 | ||
43 | <slider name="near_me_range" label="" control_name="NearMeRange" | 43 | <slider name="near_me_range" label="" control_name="NearMeRange" |
44 | bottom_delta="0" left_delta="58" width="110" height="15" | 44 | bottom_delta="0" left_delta="62" width="110" height="15" |
45 | follows="left|top" min_val="5" max_val="512" increment="1" | 45 | follows="left|top" min_val="5" max_val="512" increment="1" |
46 | initial_val="96" decimal_digits="0" /> | 46 | initial_val="96" decimal_digits="0" /> |
47 | 47 | ||
48 | <text name="meters" | 48 | <text name="meters" |
49 | bottom_delta="0" left="190" height="15" width="40" | 49 | bottom_delta="0" left="180" height="15" width="40" |
50 | h_pad="0" halign="left" v_pad="0" follows="left|top" | 50 | h_pad="0" halign="left" v_pad="0" follows="left|top" |
51 | bg_visible="false" border_drop_shadow_visible="false" | 51 | bg_visible="false" border_drop_shadow_visible="false" |
52 | border_visible="false" drop_shadow_visible="true" | 52 | border_visible="false" drop_shadow_visible="true" |
@@ -79,7 +79,7 @@ | |||
79 | follows="top|right" | 79 | follows="top|right" |
80 | tool_tip="Offer to teleport this person to your location" /> | 80 | tool_tip="Offer to teleport this person to your location" /> |
81 | 81 | ||
82 | <button name="teleport_btn" label="TP To" | 82 | <button name="teleport_btn" label="TP To..." |
83 | bottom_delta="-22" left_delta="0" height="20" width="80" | 83 | bottom_delta="-22" left_delta="0" height="20" width="80" |
84 | follows="top|right" | 84 | follows="top|right" |
85 | tool_tip="Teleport to another person's location" /> | 85 | tool_tip="Teleport to another person's location" /> |
@@ -106,7 +106,7 @@ | |||
106 | follows="left|top|right|bottom" | 106 | follows="left|top|right|bottom" |
107 | border="false" mouse_opaque="true"> | 107 | border="false" mouse_opaque="true"> |
108 | 108 | ||
109 | <button name="cam_btn" label="Cam To" | 109 | <button name="cam_btn" label="Cam To..." |
110 | bottom="-22" left="-85" height="20" width="80" | 110 | bottom="-22" left="-85" height="20" width="80" |
111 | follows="top|right" tool_tip="" /> | 111 | follows="top|right" tool_tip="" /> |
112 | 112 | ||