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
parent
971f131ba7
commit
1f441b1158
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue