blob: 0cf2a7afc3110590cd66be4cfba6144b4a3390cb (
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="570"
layout="topleft"
left="0"
min_height="350"
name="panel_pick_info"
top="0"
width="333">
<button
follows="top|right"
height="23"
image_overlay="BackArrow_Off"
layout="topleft"
name="back_btn"
left="10"
tab_stop="false"
top="2"
width="23" />
<text
follows="top|left|right"
font="SansSerifHugeBold"
height="26"
layout="topleft"
left_pad="10"
name="title"
text_color="white"
top="0"
value="Pick Info"
use_ellipses="true"
width="275" />
<scroll_container
color="DkGray2"
opaque="true"
follows="all"
height="500"
layout="topleft"
left="10"
top_pad="10"
name="profile_scroll"
reserve_scroll_corner="false"
width="313">
<panel
name="scroll_content_panel"
follows="left|top"
min_height="300"
layout="topleft"
top="0"
background_visible="false"
height="470"
left="0"
width="295">
<texture_picker
enabled="false"
follows="left|top"
height="197"
layout="topleft"
left="10"
name="pick_snapshot"
top="20"
width="290" />
<text
follows="left|top|right"
height="35"
width="290"
layout="topleft"
font="SansSerifBig"
font.style="BOLD"
left="10"
top_pad="10"
name="pick_name"
text_color="white"
value="[name]"
use_ellipses="true" />
<text
follows="left|top"
height="25"
layout="topleft"
left="10"
name="pick_location"
width="290"
word_wrap="true"
value="[loading...]" />
<text
follows="left|top|right"
height="280"
layout="topleft"
left="10"
name="pick_desc"
width="290"
value="[description]"
word_wrap="true" />
</panel>
</scroll_container>
<panel
follows="left|right|bottom"
height="20"
layout="topleft"
top_pad="8"
left="10"
name="buttons">
<button
follows="bottom|left"
height="19"
label="Teleport"
layout="topleft"
left="0"
name="teleport_btn"
top="0"
width="90" />
<button
follows="bottom|left"
height="19"
label="Map"
layout="topleft"
left_pad="10"
name="show_on_map_btn"
top="0"
width="90" />
<button
follows="bottom|left"
height="19"
label="Edit"
layout="topleft"
right="-1"
name="edit_btn"
top="0"
width="90" />
</panel>
</panel>
|