blob: ba2e0d3277ff18f491056056fe8441f81e0542f2 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
auto_tile="true"
can_resize="true"
height="563"
layout="topleft"
min_height="150"
min_width="240"
name="Inventory"
help_topic="inventory"
save_rect="true"
save_visibility="true"
single_instance="false"
title="MY INVENTORY"
width="467">
<panel
bottom="560"
class="panel_main_inventory"
filename="panel_main_inventory.xml"
follows="all"
layout="topleft"
left="0"
label="Inventory Panel"
name="Inventory Panel"
top="15"
width="467" />
</floater>
|