diff options
author | David Seikel | 2011-01-20 02:09:38 +1000 |
---|---|---|
committer | David Seikel | 2011-01-20 02:09:38 +1000 |
commit | 0bb6f258738d671f645153330ff0aa1a92a271a5 (patch) | |
tree | 965093ef9e12cc1b109eecb73b8a0ea96db36aff /linden/indra/newview | |
parent | Increase maximum build height and sim size to 16383 meters. (diff) | |
download | meta-impy-0bb6f258738d671f645153330ff0aa1a92a271a5.zip meta-impy-0bb6f258738d671f645153330ff0aa1a92a271a5.tar.gz meta-impy-0bb6f258738d671f645153330ff0aa1a92a271a5.tar.bz2 meta-impy-0bb6f258738d671f645153330ff0aa1a92a271a5.tar.xz |
The new height limit is not reflected in the max you can enter in the map TP location.
This is an unimplimented feature for Imprudence, as they update the max Z position for prims.
Since we don't actually provide these sorts of things from the sims, I'm just gonna hard code it for now.
Diffstat (limited to 'linden/indra/newview')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml b/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml index daf217e..314ad20 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_world_map.xml | |||
@@ -154,7 +154,7 @@ | |||
154 | mouse_opaque="true" name="spin y" | 154 | mouse_opaque="true" name="spin y" |
155 | tool_tip="Y coordinate of location to show on map" width="48" /> | 155 | tool_tip="Y coordinate of location to show on map" width="48" /> |
156 | <spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16" | 156 | <spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16" |
157 | increment="1" initial_val="0" left_delta="50" max_val="4096" min_val="0" | 157 | increment="1" initial_val="0" left_delta="50" max_val="16383" min_val="0" |
158 | mouse_opaque="true" name="spin z" | 158 | mouse_opaque="true" name="spin z" |
159 | tool_tip="Z coordinate of location to show on map" width="48" /> | 159 | tool_tip="Z coordinate of location to show on map" width="48" /> |
160 | <button bottom="-625" follows="right|bottom" font="SansSerif" halign="center" | 160 | <button bottom="-625" follows="right|bottom" font="SansSerif" halign="center" |