blob: 453ed7c7a677412adc8c56563a77610a7fb830cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
height="40"
layout="topleft"
left="0"
name="panel_system_tip"
top="0"
width="305">
<text
follows="all"
font="SansSerif"
height="20"
layout="topleft"
left="10"
max_length="350"
name="message"
text_color="white"
top="10"
use_ellipses="true"
value=""
width="285"
wrap="true" />
</panel>
|