diff options
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/widgets/conversation_view_participant.xml | 26 |
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> |