blob: fd03a5324e747312afdb4c3cf543b984ce06a492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater
can_close="true"
can_resize="true"
height="570"
help_topic="sidebar_inventory"
min_width="333"
min_height="440"
name="floater_my_inventory"
save_rect="true"
save_visibility="true"
title="My Inventory"
width="333" >
<panel
class="sidepanel_inventory"
name="main_panel"
filename="sidepanel_inventory.xml"
follows="all"
top="0"/>
</floater>
|