blob: 15e28746db0cc434be6f27f5a1218457a377a4f6 (
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>
|