blob: 73cb9b080f554779116b04293f7e889905f02ab8 (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
background_visible="false"
background_opaque="false"
bg_alpha_color="FrogGreen"
bg_opaque_color="FrogGreen"
border="false"
bevel_style="none"
follows="left|top"
height="149"
width="130"
name="gallery_item_panel"
layout="topleft"
left="0"
top="0">
<thumbnail
name="preview_thumbnail"
fallback_image="Thumbnail_Fallback"
layout="topleft"
follows="left|top"
interactable="false"
height="128"
width="128"
top="0"
left="1"/>
<icon
left="5"
top_pad="-21"
layout="topleft"
name="item_type"
height="16"
width="16"
follows="left|top"
visible="true"
image_name="Inv_Eye"/>
<icon
left="5"
top_pad="-8"
layout="topleft"
name="link_overlay"
height="8"
width="6"
follows="left|top"
visible="false"
image_name="Inv_Link"/>
<panel
background_visible="false"
background_opaque="true"
bg_opaque_color="MenuItemHighlightBgColor"
border="false"
bevel_style="none"
follows="left|top"
left="0"
top="129"
height="25"
width="130"
name="text_bg_panel">
<text
read_only="true"
length="1"
follows="left|top"
left="1"
height="23"
layout="topleft"
name="item_name"
parse_urls="false"
text_readonly_color="White"
word_wrap="true"
top="2"
width="127"
use_ellipses="true">
Item name, folder name.
</text>
</panel>
</panel>
|