Nearby tab slider (#4490)

* Nearby tab slider

Add slider allowing users to adjust NearMeRange

* panel_people.xml adjustment

Add "m" after the NearMeRange slider distance.

* panel_people.xml avatar list fix

Adding NearMeRange slider caused avatar at the bottom of the nearby list to be cut off. Fix by reducing height.

* avatar list stepper adjustment

Noticed later that the bottom scrollbar stepper was still slightly cut-off. Reduce list height again by 3.
master
Remmy 2025-08-08 11:57:01 -06:00 committed by GitHub
parent 971f131ba7
commit 1f441b1158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 1 deletions

View File

@ -177,6 +177,25 @@ Learn about [https://community.secondlife.com/knowledgebase/joining-and-particip
function="People.DelFriend" />
</dnd_button>
</panel>
<slider
control_name="NearMeRange"
decimal_digits="0"
increment="1"
follows="left|top"
left="5"
min_val="0"
max_val="4096"
label="Range:"
name="near_me_range"
tool_tip="Nearby people range"
width="230"/>
<text
type="string"
follows="left|top"
left_delta="225"
name="near_me_range_text2">
m
</text>
<layout_stack
clip="false"
follows="all"
@ -216,7 +235,7 @@ Learn about [https://community.secondlife.com/knowledgebase/joining-and-particip
<avatar_list
allow_select="true"
follows="all"
height="211"
height="197"
ignore_online_status="true"
layout="topleft"
left="3"