blob: bd9925be1da7d882c1918f1969fc79b50eb4f1bf (
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" ?>
<floater
legacy_header_height="18"
can_resize="true"
follows="left|top|right|bottom"
height="200"
layout="topleft"
name="script"
help_topic="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"
parse_highlights="true"
width="420"
word_wrap="true" />
</floater>
|