diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-31 22:41:21 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-31 23:31:14 +0300 |
commit | ab3d986ac82e6c54804e8216d8ba2f72f8e8dfc8 (patch) | |
tree | 7ed2b8b58e459cf4455c1cf356fab8a41a2a29b2 /indra/newview/skins/default/xui | |
parent | 4ffc6c3fde17de5e18370139274bbd44b1b61a23 (diff) |
SL-15312 Tweaks and fixes #2
- changed 'is friend' color
- fixed off/online status vanishing
- changed user name format
- fixed rights behavior
- cleaned up some unused code
- readded click functionality to permission icons (might need to return buttons instead)
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_secondlife.xml | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml index 853e782de1..7dd16de0ed 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml @@ -10,8 +10,8 @@ layout="topleft" > <string - name="AgeFormat" - value="[AGE]" /> + name="NameAgeFormat" + value="[NAME] ([AGE])" /> <string name="partner_text" value="Partner: [LINK]" /> @@ -99,17 +99,7 @@ Account: [ACCTTYPE] layout="topleft"/> <text - name="user_name" - value="(loading...)" - top_pad="0" - left_delta="0" - right="-1" - height="16" - follows="left|top|right" - layout="topleft"/> - - <text - name="user_age" + name="user_name_age" value="(loading...)" top_pad="0" left_delta="0" @@ -171,7 +161,7 @@ Account: [ACCTTYPE] <text name="frind_text" value="You are friends" - text_color="Green" + text_color="ConversationFriendColor" top="0" left="0" right="-1" |