diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2022-01-13 17:56:04 -0800 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-02-14 18:16:30 -0800 |
commit | a4d80a5fc3b01aef53f20d07d9b4965b009e7504 (patch) | |
tree | 8224dfe2c9e0ef1e76d731c140667d97e18da204 | |
parent | c1d75f12b4f9bddd0bf4e4381cfc72f9212428ef (diff) |
SL-16862: Add comment that min_val for zoom_slider is hardcoded
min_val for zoom slider is hardcoded for performance reasons. Changing its value in the slider XML element will have no effect.
Note that larger values of min_val, if allowed, would most likely be safe, however that would reduce how far you can zoom out. See: LLFloaterWorldMap::adjustZoomSliderBounds
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_world_map.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_world_map.xml b/indra/newview/skins/default/xui/en/floater_world_map.xml index 83407069d2..d7e4b88a21 100644 --- a/indra/newview/skins/default/xui/en/floater_world_map.xml +++ b/indra/newview/skins/default/xui/en/floater_world_map.xml @@ -677,6 +677,7 @@ name="zoom_icon" top_pad="7" width="16" ></icon> + <!-- NOTE: min_val for zoom slider is hardcoded for performance reasons --> <slider follows="left|bottom" height="16" |