blob: c6331ec87b234164e225df0b6f9d3ade5549cd1f (
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" ?>
<expandable_text
max_height="300" >
<textbox
parse_urls="true"
allow_scroll="true"
bg_visible="false"
follows="left|top|right"
name="text"
read_only="true"
use_ellipses="true"
word_wrap="true"
show_context_menu="true"
tab_stop="true"
v_pad="3"
h_pad="4" >
</textbox>
<scroll
name="scroll"
follows="all"
/>
</expandable_text>
|