blob: d5efd723c4c75ba4033d13fa43a88aabd843ef6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
bg_opaque_color="InventoryBackgroundColor"
background_visible="true"
background_opaque="true"
accepts_drag_and_drop="true"
>
<scroll
name="Inventory Scroller"
follows="all"
reserve_scroll_corner="true"
tab_stop="true"
/>
</panel>
|