blob: 007b73a4bc0de298013e7ba76f30c386833d325a (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- All our XML is utf-8 encoded. -->
<panel
translate="false"
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="SysWellItemUnselected" >
<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>
|