summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_chat_header.xml
blob: 17e8d4d2df9dc4cca96b4a5dcd405086b262528a (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
	 background_visible="true"
     bevel_style="in"
     bg_opaque_color="Black" 
     bg_alpha_color="DkGray_66"
     follows="top|left|right"
     height="24"
     label="im_header"
	 layout="topleft"
     name="im_header"
     width="310">
	<avatar_icon
         follows="left"
         height="18"
         image_name="Generic_Person"
         layout="topleft"
         left="3"
         mouse_opaque="true"
         name="avatar_icon"
         top="3"
         width="18" />
    <text
      parse_urls="false"
      allow_scroll="false"
      v_pad = "7"
      read_only = "true"
      follows="left|right"
      font.style="BOLD"
      height="24"
      layout="topleft"
      left_pad="5"
      right="-120"
      name="user_name"
      text_color="white"
      bg_readonly_color="black"
      top="0"
      use_ellipses="true"
      valign="bottom" 
      value="Ericag Vader" />
  <text
    allow_scroll="false"
    font="SansSerifSmall"
    follows="right"
    halign="right"
    height="13"
    layout="topleft"
    left_pad="5"
    name="time_box"
    right="-5"
    top="8"
    value="23:30"
    width="110" />
</panel>