blob: 2b80e306964cf5530f4af93673e67efd76d866bd (
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
29
30
31
32
33
34
35
36
37
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
bg_alpha_color="InventoryBackgroundColor"
border="false"
follows="all"
height="390"
name="Inventory Gallery"
layout="topleft"
left="0"
top="0"
width="404">
<text
type="string"
clip_partial="false"
follows="left|top"
layout="topleft"
left="13"
name="empty_txt"
top="0"
height="32"
valign="center"
parse_urls="true"
wrap="true">
Folder is empty.
</text>
<scroll_container
follows="all"
height="390"
layout="topleft"
left="4"
top="0"
name="gallery_scroll_panel"
opaque="false"
top_pad="0">
</scroll_container>
</panel>
|