summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-09-10 11:09:05 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2012-09-10 11:09:05 -0700
commitef39011f433d93ea72cf636d4c415b468f776a01 (patch)
tree48bd9f1ccfca180d19fd9f5fb6efa804e3d904cb /indra/newview/skins
parent8366efc339e7eca3918d7246b3bb7a9ba61ce765 (diff)
CHUI-283: Now displaying the speaker icon instead of the profile icon
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-xindra/newview/skins/default/xui/en/widgets/conversation_view_participant.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/conversation_view_participant.xml b/indra/newview/skins/default/xui/en/widgets/conversation_view_participant.xml
index 0cff25e083..0b5c1b9511 100755
--- a/indra/newview/skins/default/xui/en/widgets/conversation_view_participant.xml
+++ b/indra/newview/skins/default/xui/en/widgets/conversation_view_participant.xml
@@ -8,26 +8,26 @@
mouse_opaque="true"
follows="left|top|right"
>
-<view_profile_button
- height="20"
- image_overlay="Web_Profile_Off"
- layout="topleft"
- left_pad="5"
- right="200"
- name="profile_btn"
- tab_stop="false"
- tool_tip="View profile"
- top_delta="-2"
- width="20" />
- <info_button
+<info_button
height="16"
image_pressed="Info_Press"
image_unselected="Info_Over"
layout="topleft"
left_pad="3"
- right="225"
+ right="200"
name="info_btn"
tab_stop="false"
top_delta="0"
width="16" />
+<output_monitor
+ auto_update="true"
+ draw_border="false"
+ height="16"
+ layout="topleft"
+ left_pad="5"
+ right="225"
+ mouse_opaque="true"
+ name="speaking_indicator"
+ visible="true"
+ width="20" />
</conversation_view_participant>