diff options
author | Secret Foxtail <remmy@megapahit.net> | 2025-08-07 01:34:10 -0600 |
---|---|---|
committer | Secret Foxtail <remmy@megapahit.net> | 2025-08-07 01:34:10 -0600 |
commit | db8a8840caa0fb2eac605b55d83b688d533a40b8 (patch) | |
tree | 8f8355550cc53ff590ed5c5141cb94858ac8f755 | |
parent | cbf64f875831992386dadc5a094b9739b678b764 (diff) |
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.
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index ec097a9dde..a19376d032 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -235,7 +235,7 @@ Learn about [https://community.secondlife.com/knowledgebase/joining-and-particip <avatar_list allow_select="true" follows="all" - height="211" + height="200" ignore_online_status="true" layout="topleft" left="3" |