summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_avatar_tag.xml
blob: a0b0459b0e956d7dd7875224437c0eab54062d0e (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
 name="avatar_tag_notification"
 top="10"
 width="250"
 height="100"
 follows="all">
  <panel
     width="240"
     height="24"
     left="5"
     background_visible="true"
     background_opaque="false"
     follows="left|top|right"
     top="-5"
     bg_alpha_color="black"
     name="msg_caption">
  	<avatar_icon
         top="-3"
         left="3"
         width="18"
         image_name="Generic_Person"
         height="18"
         follows="left|top"
         enabled="true"
         name="avatar_tag_icon" />
    	<text
         width="160"
         top="-8"
         left="30"
         height="20"
         follows="left|right|top"
	 font.style="BOLD"
         text_color="white"
         word_wrap="true"
         mouse_opaque="true"
         name="sender_tag_name">
	      Angela Tester
    	</text>
	<text
        font="SansSerifSmall"
         follows="right"
         height="13"
         layout="topleft"
	 halign="right"
         right="-5"
         name="tag_time"
         top="8"
         value="23:30"
         width="50" />
	</panel>
 <text_editor
 bg_readonly_color="DkGray"
     font="SansSerifSmall"
     top="65"
     left="5"
     right="-5"
     height="100"
     follows="all"
     read_only="true"
     word_wrap="true"
     mouse_opaque="true"
     name="msg_text">
     The quick brown fox jumps over the lazy dog.
    </text_editor>
</panel>