diff options
author | richard <none@none> | 2010-01-22 17:17:12 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-22 17:17:12 -0800 |
commit | 955c0cc5a9ab8fb9eda7a6c20cd7bd09c2fd9369 (patch) | |
tree | 0a090b355d94a644501e59fd43338d9ecec180fa /indra/newview | |
parent | 337716d946cf4ece8ba59cce82bd51b3c2148f75 (diff) |
wrong param names for avatar list item colors
reviewed by Rick
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml b/indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml index 1a9a882c7b..ed8df69bf4 100644 --- a/indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml +++ b/indra/newview/skins/default/xui/en/widgets/avatar_list_item.xml @@ -10,35 +10,35 @@ <default_style font="SansSerifSmall" font.style="NORMAL" - text_color="DkGray"/> + color="DkGray"/> <!-- styles for avatar item INVITED to voice call --> <voice_call_invited_style font="SansSerifSmall" font.style="NORMAL" - text_color="0.5 0.5 0.5 0.5"/> + color="0.5 0.5 0.5 0.5"/> <!-- styles for avatar item JOINED to voice call --> <voice_call_joined_style font="SansSerifSmall" font.style="NORMAL" - text_color="white"/> + color="white"/> <!-- styles for avatar item which HAS LEFT voice call --> <voice_call_left_style font="SansSerifSmall" font.style="ITALIC" - text_color="LtGray_50"/> + color="LtGray_50"/> <!-- styles for ONLINE avatar item --> <online_style font="SansSerifSmall" font.style="NORMAL" - text_color="white"/> + color="white"/> <!-- styles for OFFLINE avatar item --> <offline_style font="SansSerifSmall" font.style="NORMAL" - text_color="0.5 0.5 0.5 1.0"/> + color="0.5 0.5 0.5 1.0"/> </avatar_list_item> |