blob: 7c2dc11e7dd53f694705c990829edf5de11fbc8a (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_resize="false"
show_title="false"
can_minimize="false"
can_close="false"
header_height="10"
height="223"
width="200"
layout="topleft"
min_height="128"
min_width="128"
name="profile_texture">
<layout_stack
name="preview_stack"
top="0"
left="0"
right="-1"
bottom="-1"
follows="all"
orientation="vertical"
layout="topleft"
animate="false">
<layout_panel
name="texture_panel"
height="196"
follows="left|top"
auto_resize="true"
layout="topleft">
<profile_image
name="profile_pic"
image_name="Generic_Person_Large"
layout="topleft"
follows="all"
top="5"
left="5"
bottom="-1"
right="-5"/>
</layout_panel>
<layout_panel
name="buttons_panel"
height="26"
auto_resize="false"
layout="topleft">
<layout_stack
name="buttons_stack"
top="0"
left="0"
right="-1"
bottom="-1"
follows="all"
orientation="horizontal"
layout="topleft"
animate="false">
<layout_panel
follows="all"
layout="topleft"
name="resizer_left"
auto_resize="true"
width="1">
</layout_panel>
<layout_panel
follows="all"
layout="topleft"
name="close_panel"
auto_resize="false"
width="112">
<button
follows="top|left"
height="22"
label="Close"
layout="topleft"
left="1"
top="0"
width="110"
name="close_btn"/>
</layout_panel>
<layout_panel
follows="all"
layout="topleft"
name="resizer_right"
auto_resize="true"
width="1">
</layout_panel>
</layout_stack>
</layout_panel>
</layout_stack>
</floater>
|