diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-09-13 11:22:41 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-09-13 11:22:41 -0700 |
commit | 2084d33c1ec827b4e8d975a3bf1232e971f704e2 (patch) | |
tree | 05aa294be59e490bb33bbbb020adeae69a7ff08a /indra/newview/skins | |
parent | 366a265e785ddc5eb5ab01af1bf1b604ece59d88 (diff) |
CHUI-283: Now the information icon only appears upon mousehover. Also the information/speaker icon are right justified.
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" |