summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_sys_well_item.xml
blob: 2822f7b841b1910621247ba0002d3aba664dd174 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- All our XML is utf-8 encoded. -->
<panel
  name="sys_well_item"
  title="sys_well_item"
  visible="true"
  top="0"
  left="0"
  width="300"
  height="35"
  layout="topleft"
  follows="left|right"
  background_opaque="false"
  background_visible="true"
  bg_alpha_color="0.0 0.0 0.0 0.0" >
  <text
    clip_partial="true" 
    top="2"
    left="10"
    width="267"
    height="28"
    layout="topleft"
    follows="right|left"
    text_color="white"
    use_ellipses="true"
    word_wrap="true"
    mouse_opaque="false"
    name="title" >
    Beware the trout. BEWARE! THE! TROUT!
  </text>
  <button
    top="5"
    right="-5"
    width="17"
    height="17"
    layout="topleft"
    follows="right"
    name="close_btn"
    mouse_opaque="true"
    tab_stop="false"
    image_unselected="Icon_Close_Toast"
    image_selected="Icon_Close_Toast"
  />
</panel>