diff options
author | James Cook <james@lindenlab.com> | 2010-02-10 12:04:03 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-10 12:04:03 -0800 |
commit | 644c5cadbf8a0ab3ea7c2137e8819220a010c93f (patch) | |
tree | 1a1649fda54917a22dea5b4fa8bd1a9500a9f952 /indra/newview/skins/default | |
parent | f3e4bd08c83714eac6a27cd73c3ac29f36800d37 (diff) |
Name tags of friends appear in green.
Refactored LLVOAvatar idleUpdateNameTag into smaller functions
Eliminated unused LLHUDText::setUsePixelSize
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/colors.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index ec196245a1..cbc69f5c04 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -118,6 +118,9 @@ name="AvatarNameColor" reference="White" /> <color + name="AvatarNameFriendColor" + reference="Green" /> + <color name="AvatarListItemIconDefaultColor" reference="White" /> <color |