summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_profile_view.xml
blob: cd46ccb0bca77271c9d6e9f296a4a55444a1446b (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 background_visible="true"
 follows="left|top|right|bottom"
 height="660"
 label="Me"
 layout="topleft"
 left="0"
 name="panel_target_profile"
 top="0"
 width="305">
    <button 
     layout="topleft" 
     name="back" 
     left="5" 
     top="5" 
     width="20" 
     height="20" 
     label=""
     follows="top|left"
     image_selected="navbar_bg_button.tga"
     image_unselected="navbar_bg_button.tga"
     image_overlay="navbar_back.tga"/>
    <text 
     layout="topleft" 
     top="0" 
     left_pad="15" 
     width="125" 
     height="20" 
     font="SansSerifHugeBold" 
     text_color="white" 
     follows="top|left|right"
     mouse_opaque="true" 
     name="user_name">(Loading...)</text>
    <tab_container
     follows="left|top|right|bottom"
     height="625"
     layout="topleft"
     left="0"
     name="tabs"
     tab_position="top"
     top="35"
     width="280">
        <panel
         class="panel_profile"
         filename="panel_profile.xml"
         label="Profile"
         layout="topleft"
         name="panel_profile"/>
        <panel
         class="panel_picks"
         filename="panel_picks.xml"
         label="Picks"
         layout="topleft"
         name="panel_picks"/>
        <panel
         class="panel_notes"
         filename="panel_notes.xml"
         label="Notes"
         layout="topleft"
         name="panel_notes"/>
    </tab_container>
</panel>