From 399ba09c08d8ccaf9b34daa8b743f837639b2f35 Mon Sep 17 00:00:00 2001 From: Gilbert Gonzales Date: Fri, 14 Sep 2012 18:47:39 -0700 Subject: CHUI-283: Now the info/speaker icon are better positioned within the participant item. Also the participant item now matches the height of the session (conversation) item. --- indra/newview/llimfloatercontainer.cpp | 2 +- .../skins/default/xui/en/widgets/conversation_view_participant.xml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp index 54a40627fb..e039702683 100755 --- a/indra/newview/llimfloatercontainer.cpp +++ b/indra/newview/llimfloatercontainer.cpp @@ -721,7 +721,7 @@ LLConversationViewParticipant* LLIMFloaterContainer::createConversationViewParti params.listener = item; //16 and panel_rect.getWidth() are used since that is currently the values used in repositioningWidgets() - params.rect = LLRect (0, 16, panel_rect.getWidth(), 0); + params.rect = LLRect (0, 24, panel_rect.getWidth(), 0); params.tool_tip = params.name; params.participant_id = item->getUUID(); 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 60015576b5..b00e8aaeee 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 @@ -2,7 +2,7 @@ @@ -23,7 +21,6 @@ auto_update="true" draw_border="false" height="16" - layout="topleft" right="-3" mouse_opaque="true" name="speaking_indicator" -- cgit v1.2.3