summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/conversation_view_participant.xml
blob: 7ddcfe3b030324e8e826da22f198a4f584d173bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<conversation_view_participant
  folder_arrow_image="ForSale_Badge"
  folder_indentation="0"
  item_height="24" 
  item_top_pad="4"
  selection_image="Rounded_Square"
  mouse_opaque="true"
  follows="left|top|right"
>
<avatar_icon
	 follows="left"
     height="20"
     default_icon_name="Generic_Person"
     left="50"
     width="20" />
<info_button
	 follows="right"
     height="16"
     image_pressed="Info_Press"
     image_unselected="Info_Over"
     right="-28"
     name="info_btn"
     width="16" />
<output_monitor
	follows="right"
	auto_update="true"
	draw_border="false"
	height="16"
	right="-3"
	mouse_opaque="true"
	name="speaking_indicator"
	visible="true"
	width="20" />	 
</conversation_view_participant>