blob: 08d91843f21d17547cd69c4f453224cbaedc2f23 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_resize="true"
follows="top|right"
height="400"
layout="topleft"
name="Statistics"
save_rect="true"
save_visibility="true"
title="Statistics"
width="250">
<scroll_container
follows="top|left|bottom|right"
height="380"
layout="topleft"
left="0"
name="statistics_scroll"
reserve_scroll_corner="true"
top="20"
width="250">
<container_view
follows="top|left|bottom|right"
height="378"
layout="topleft"
left="2"
name="statistics_view"
top="20"
width="230" />
</scroll_container>
</floater>
|