blob: 957b5fe05eb50e4c0235d7b9367b766902db5466 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
name="panel_profile_firstlife"
label="Profile"
top="0"
left="0"
height="480"
width="420"
follows="all"
layout="topleft"
>
<loading_indicator
name="progress_indicator"
top="5"
right="-10"
height="23"
width="23"
follows="top|right"
layout="topleft"
visible="false"
/>
<texture_picker
name="real_world_pic"
enabled="false"
top="10"
left="6"
height="225"
width="275"
follows="top|left"
layout="topleft"
allow_no_texture="true"
default_image_name="None"
fallback_image="Generic_Person_Large"
/>
<view_border
name="info_border"
top="225"
left="6"
right="-6"
height="185"
follows="all"
layout="topleft"
bevel_style="in"
/>
<text_editor
name="fl_description_edit"
enabled="false"
top_delta="1"
left_delta="1"
right="-7"
height="183"
follows="all"
layout="topleft"
bg_readonly_color="Transparent"
max_length="253"
parse_urls="true"
word_wrap="true"
/>
</panel>
|