blob: 0856a787f39c7b87e67d8f7972fc360465145c8e (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
background_visible="true"
follows="left|top|right|bottom"
height="200"
layout="topleft"
left="0"
name="panel_im"
top="0"
visible="false"
width="300">
<text_editor
enabled="false"
type="string"
length="1"
top="20"
follows="left|top|right"
font="SansSerif"
height="175"
layout="topleft"
left="5"
name="im_text"
width="290"
word_wrap="true">
</text_editor>
</floater>
|