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