blob: af264e73df29b45845af07460f33b00a4a07f035 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
layout="topleft"
top="3"
left="3"
width="200"
height="300"
label="Experiences"
bg_opaque_color="0 0.5 0 0.3"
follows="all">
<string
name="no_experiences"
value="No experiences."/>
<flat_list_view
name="experiences_list"
layout="topleft"
top="0"
left="0"
width="200"
height="300"
follows="all"
>
</flat_list_view>
</panel>
|