blob: acb72402ccc4ed0f0b8e0db2983edd21e63f1980 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
bg_alpha_color="DkGray"
border="true"
bevel_style="none"
follows="left|top"
height="169"
width="149"
name="Outfit Gallery Item"
layout="topleft"
left="0"
top="0"
>
<icon
left="0"
top="0"
layout="topleft"
name="preview_outfit"
height="149"
width="149"
follows="left|top"
visible="true"
image_name="Popup_Caution"
/>
<text
length="1"
follows="left|top"
left="1"
height="10"
layout="topleft"
name="outfit_name"
top="150"
width="150">
Summer hipster, Pierce
</text>
<text
length="1"
follows="left|top"
left="1"
height="10"
layout="topleft"
name="outfit_worn_text"
top="160"
width="150">
(worn)
</text>
</panel>
|