summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml
blob: f9b6f5c62a037eb0e2d6277a02d93ee8e1a971a7 (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
<?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"
    />
    <text_editor
     name="fl_description_edit"
     enabled="false"
     top="225"
     left="6"
     right="-7"
     height="183"
     follows="all"
     layout="topleft"
     bg_readonly_color="Transparent"
     border_visible="true"
     max_length="253"
     parse_urls="true"
     word_wrap="true"
    />
</panel>