blob: 4e781e2360d85d649f0643facc5fdd32eb6c7305 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_physics_panel"
top_pad="10"
width="333" >
<panel
border="false"
bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2"
background_visible="true"
background_opaque="true"
follows="all"
height="300"
layout="topleft"
left="10"
name="accordion_panel"
top_pad="10"
width="313">
<accordion
fit_parent="true"
follows="all"
height ="300"
layout="topleft"
left="0"
name="wearable_accordion"
single_expansion="true"
top="0"
width="313">
<accordion_tab
layout="topleft"
fit_panel="false"
min_height="150"
name="physics_main_tab"
title="Physics">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_main_param_list"
top="0"
width="303" />
</accordion_tab>
</accordion>
</panel>
</panel>
|