blob: 2dd7a1e777c7ee1a5618bfeaf292eb9d81f36de8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_resize="true"
follows="left|top|right|bottom"
height="200"
layout="topleft"
name="script"
short_title="[All scripts]"
title="[All scripts]"
width="440">
<text_editor
bottom="197"
follows="left|top|right|bottom"
height="176"
layout="topleft"
max_length="10000"
name="Chat History Editor"
width="420"
word_wrap="true" />
</floater>
|