blob: 57541c8b3581b4cc2404242727f1056485a3b55d (
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
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<floater
positioning="cascading"
can_close="true"
can_resize="true"
height="400"
help_topic="sidebar_experiences"
min_height="300"
min_width="300"
layout="topleft"
name="floater_experiences"
save_rect="false"
single_instance="true"
reuse_instance="false"
title="EXPERIENCES"
width="400">
<panel
top="3"
left="3"
layout="topleft"
right="-3"
follows="all"
height="300"
class="experiences_panel"
filename="panel_experiences.xml"
>
</panel>
</floater>
|