blob: 1351f75623e96293c4e3027cc7c972dfb010aa44 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
layout="topleft"
left="0"
name="LLScrollingPanelParamBase"
height="16"
width="290">
<slider
can_edit_text="true"
decimal_digits="0"
enabled="false"
height="12"
increment="1"
initial_value="0"
label="[DESC]"
label_width="125"
layout="bottom|left"
left="16"
max_val="100"
name="param slider"
bottom="0"
width="264"
/>
</panel>
|