blob: 84b5d11ba71481c837615d58e0ab9a9127e652f5 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
border="false"
follows="all"
height="570"
label="My Profile"
layout="topleft"
left="0"
name="panel_me"
top="0"
width="333">
<!--<text
type="string"
follows="top|left|right"
font="SansSerifHugeBold"
height="20"
layout="topleft"
left="15"
name="user_name"
text_color="white"
top="0"
mouse_opaque="true"
width="280">
(Loading...)
</text> -->
<tab_container
follows="all"
height="555"
halign="center"
layout="topleft"
left="5"
name="tabs"
tab_min_width="95"
tab_height="30"
tab_position="top"
top_pad="10"
width="317">
<panel
class="panel_my_profile"
filename="panel_my_profile.xml"
label="MY PROFILE"
help_topic="panel_my_profile_tab"
name="panel_profile" />
<panel
class="panel_picks"
filename="panel_picks.xml"
label="MY PICKS"
help_topic="panel_my_picks_tab"
name="panel_picks" />
</tab_container>
</panel>
|