blob: c0bdd3d9bd4d7f7b87972c7d1b09a78567b557f9 (
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" ?>
<floater
positioning="cascading"
can_close="true"
can_resize="true"
can_minimize="false"
help_topic="floater_big_preview"
layout="topleft"
name="floater_big_preview"
save_rect="true"
single_instance="true"
reuse_instance="true"
title="PREVIEW"
height="465"
width="770">
<panel
height="450"
width="750"
visible="true"
name="big_preview_placeholder"
top="5"
follows="all"
left="10">
</panel>
</floater>
|