blob: 708055d1b6f87a6d7afa199bd983f50ead61498a (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_resize="true"
height="400"
layout="topleft"
min_height="300"
min_width="300"
name="rlv_console"
title="RLVa console"
width="600"
>
<layout_stack
animate="false"
bottom="-1"
default_tab_group="2"
follows="all"
left="5"
layout="topleft"
mouse_opaque="false"
name="main_stack"
right="-5"
orientation="vertical"
tab_group="1"
top="1"
>
<layout_panel
name="body_panel"
height="235">
<text_editor
follows="all"
left="1"
right="-1"
top="0"
length="1"
font="Monospace"
bottom="-1"
ignore_tab="false"
layout="topleft"
max_length="65536"
name="console_output"
read_only="true"
track_end="true"
type="string"
word_wrap="true"
>
</text_editor>
</layout_panel>
<layout_panel
height="26"
auto_resize="false"
name="input_panel">
<chat_editor
layout="topleft"
expand_lines_count="5"
follows="left|right|bottom"
font="SansSerifSmall"
height="20"
is_expandable="true"
text_tentative_color="TextFgTentativeColor"
name="console_input"
max_length="1023"
spellcheck="true"
tab_group="3"
bottom_delta="20"
left="1"
top="1"
right="-1"
show_emoji_helper="false"
wrap="true"
/>
</layout_panel>
</layout_stack>
</floater>
|