diff options
author | secretfoxtail <remmy@megapahit.net> | 2024-08-23 05:46:15 -0600 |
---|---|---|
committer | secretfoxtail <remmy@megapahit.net> | 2024-08-23 05:46:15 -0600 |
commit | ec6e4e9d0682851deab96b55b9f57ea4889eb557 (patch) | |
tree | cd25aea45e70cd0280d283b3ab1d236d3849de2d /indra/newview | |
parent | 231c05e492325994c0b1bedd33c3bce0a656b0db (diff) |
Nearby tab quickfix II
Give avatar_name a little more space, stop avatar_distance from being cut off at the edge of the window
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_avatar_list_item.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml b/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml index 39b186ecdb..51cc6d2257 100644 --- a/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml +++ b/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml @@ -64,7 +64,7 @@ top="6" use_ellipses="true" value="(loading)" - width="100" /> + width="80" /> <text follows="left|right" font="SansSerifSmall" @@ -75,7 +75,7 @@ top="6" text_color="LtGray_50" value="0s" - width="35" /> + width="50" /> <text follows="left|right" font="SansSerifSmall" |