diff options
author | secretfoxtail <remmy@megapahit.net> | 2024-08-23 06:31:39 -0600 |
---|---|---|
committer | secretfoxtail <remmy@megapahit.net> | 2024-08-23 06:31:39 -0600 |
commit | 57f7d83f0b87d596d446c56be44871f2ae0996f4 (patch) | |
tree | 3a32348268c6408bb9d87e50f1a9028f54396c36 /indra/newview/skins/default/xui | |
parent | ec6e4e9d0682851deab96b55b9f57ea4889eb557 (diff) |
Nearby tab quickfix III
Play around with various values in attempt to get cleaner, more consistent display of information
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_avatar_list_item.xml | 14 |
1 files changed, 8 insertions, 6 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 51cc6d2257..970c6ad2f5 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,29 +64,31 @@ top="6" use_ellipses="true" value="(loading)" - width="80" /> + width="0" /> <text - follows="left|right" + follows="right" font="SansSerifSmall" height="15" layout="topleft" left_pad="5" + right="-47" name="avatar_arrival_time" - top="6" + top="5" text_color="LtGray_50" value="0s" - width="50" /> + width="200" /> <text - follows="left|right" + follows="right" font="SansSerifSmall" height="15" layout="topleft" left_pad="5" + right="-132" name="avatar_distance" top="6" text_color="LtGray_50" value="0m" - width="35" /> + width="60" /> <text follows="right" font="SansSerifSmall" |