blob: bf8988ca4577696a11c0d5dfffa0ca3546acf43c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
height="440"
layout="topleft"
name="floater_aaa"
save_rect="true"
can_resize="true"
title="About [APP_NAME]"
width="470">
<text_editor
follows="left|top|right|bottom"
height="400"
layout="topleft"
left="6"
max_length="65536"
name="credits_editor"
top="25"
width="458"
word_wrap="true">
This is line 4
</text_editor>
</floater>
|