blob: 7cc2c517cadec310b04bc0984c5485c7b364b0d4 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
can_minimize="false"
can_resize="true"
height="330"
layout="topleft"
min_height="330"
min_width="225"
name="settings picker"
help_topic="settings_picker"
title="PICK: SETTINGS"
width="225">
<!-- top static -->
<floater.string
name="choose_picture">
Click to choose a picture
</floater.string>
<floater.string
name="pick title">
Pick:
</floater.string>
<layout_stack name="test_stack"
follows="all"
animate="false"
top="20"
left="6"
right="-6"
bottom="-10"
orientation="vertical">
<layout_panel name="temp"
border="false"
auto_resize="true"
user_resize="true"
height="29"
min_height="29"
bg_alpha_color="blue"
background_visible="false">
<filter_editor
follows="left|top|right"
height="23"
label="Filter Textures"
layout="topleft"
left="4"
name="flt_inventory_search"
top="4"
right="-2" />
<panel
name="pnl_inv_wrap"
follows="all"
layout="topleft"
left="2"
top="2"
right="-2"
bottom="-2"
background_visible="true"
bg_alpha_color="DkGray2">
<asset_filtered_inv_panel
allow_multi_select="false"
suppress_folder_menu="true"
bg_visible="true"
bg_alpha_color="DkGray2"
border="false"
follows="all"
left_delta="0"
name="pnl_inventory"
top="1"
right="-4"
bottom="-1"
filter_asset_type="settings" />
</panel>
</layout_panel>
<layout_panel name="temp"
border="false"
auto_resize="false"
user_resize="false"
height="29"
min_height="29">
<!-- bg_alpha_color="red"
background_visible="true" -->
<button
follows="top|left"
height="20"
label="OK"
label_selected="OK"
layout="topleft"
left="2"
top="2"
name="btn_select"
width="100" />
<button
follows="top|left"
height="20"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_delta="110"
top_delta="0"
name="btn_cancel"
width="100" />
</layout_panel>
</layout_stack>
<!-- middle: inventory mode -->
<!--
-->
<!-- bottom static -->
<!--
-->
</floater>
|