summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_activeim_row.xml
blob: 72f41c62f4355a5653201655a558fdc59bbab979 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
	name="panel_activeim_row"
	layout="topleft"
	follows="left|right"
	top="0"
	left="0"
	height="35"
	width="318"
  background_opaque="false"
  background_visible="true"
  bg_alpha_color="0.0 0.0 0.0 0.0" >
  <chiclet_im_p2p
		name="p2p_chiclet"
		layout="topleft"
		follows="left"
		top="3"
		left="5"
		height="25"
		width="25"
    visible="false"
    speaker.name="speaker_p2p"
    speaker.width="20"
    speaker.height="25"
    speaker.left="25"
    speaker.top="25"
    speaker.auto_update="true"
    speaker.draw_border="false"
    speaker.visible="false">
  </chiclet_im_p2p>
  <chiclet_im_group
		name="group_chiclet"
		layout="topleft"
		follows="left"
		top="3"
		left="5"
		height="25"
		width="25"
    visible="false"
    speaker.name="speaker_grp"
    speaker.width="20"
    speaker.height="25"
    speaker.left="25"
    speaker.top="25"
    speaker.auto_update="true"
    speaker.draw_border="false"
    speaker.visible="false">
  </chiclet_im_group>
  <chiclet_im_adhoc
		name="adhoc_chiclet"
		layout="topleft"
		follows="left"
		top="3"
		left="5"
		height="25"
		width="25"
    visible="false"
    speaker.name="speaker_hoc"
    speaker.width="20"
    speaker.height="25"
    speaker.left="25"
    speaker.top="25"
    speaker.auto_update="true"
    speaker.draw_border="false"
    speaker.visible="false">
  </chiclet_im_adhoc>
	<text
		type="string"
		name="contact_name"
		layout="topleft"
		top="10"
		left_pad="10"
		height="14"
		width="250"
		length="1"
		follows="right|left"
		use_ellipses="true"
		font="SansSerifBold">
    Grumpity ProductEngine
  </text>
  <button
    top="10"
    right="-5"
    width="17"
    height="17"
    layout="topleft"
    follows="right"
    name="hide_btn"
    mouse_opaque="true"
    label=""
    tab_stop="false"
    image_unselected="Toast_CloseBtn"
    image_selected="Toast_CloseBtn"
  />
</panel>