diff options
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/widgets/conversation_view_participant.xml | 11 |
1 files changed, 5 insertions, 6 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 0b5c1b9511..60015576b5 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 @@ -9,23 +9,22 @@ follows="left|top|right" > <info_button + follows="right" + auto_update="true" height="16" image_pressed="Info_Press" image_unselected="Info_Over" layout="topleft" - left_pad="3" - right="200" + right="-28" name="info_btn" - tab_stop="false" - top_delta="0" width="16" /> <output_monitor + follows="right" auto_update="true" draw_border="false" height="16" layout="topleft" - left_pad="5" - right="225" + right="-3" mouse_opaque="true" name="speaking_indicator" visible="true" |