summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_toast.xml
blob: f7d8cf948ea68042ae0a86ac20103088d67e2ba7 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- All our XML is utf-8 encoded. -->

<floater
	name="toast"
	title=""
  visible="false"
  layout="topleft"
	width="350"
	height="72"
  left="100"
  top="500"
  follows="right|bottom" 
  background_opaque="true"
  background_visible="true"
  bevel_style="in"
  can_minimize="false"
  can_tear_off="false"
  can_resize="false"
  can_drag_on_left="false"
  can_close="false"
  can_dock="false"  
  bg_alpha_color="0.3 0.3 0.3 1.0">

  <text
   visible="false"
   follows="left|top|right|bottom"
   font="SansSerifBold"
   height="40"
   layout="topleft"
   left="60"
   name="toast_text"
   word_wrap="true"
   text_color="white"
   top="20"
   width="290">
    Toast text;
  </text>
  <icon
    top="20" 
    left="10" 
    width="32" 
    height="32"
    follows="top|left"
    layout="topleft"
    visible="false"
    color="1 1 1 1" 
    enabled="true" 
    image_name="notify_tip_icon.tga"
    mouse_opaque="true" 
    name="icon"
  />
  <button
    layout="topleft"
    top="-5" 
    left="335" 
    width="20" 
    height="20" 
    follows="top|right"
    visible="false" 
    enabled="true" 
    mouse_opaque="true" 
    name="hide_btn" 
    label="" 
    image_unselected="toast_hide_btn.tga" 
    image_disabled="toast_hide_btn.tga"
    image_selected="toast_hide_btn.tga" 
    image_hover_selected="toast_hide_btn.tga"
    image_disabled_selected="toast_hide_btn.tga"
  />
</floater>