blob: 177a2fe9f0a095352e86c726826ab7c6e6fea2a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
layout="topleft"
left="0"
name="LLScrollingPanelParamBase"
height="20"
width="290">
<slider
can_edit_text="true"
decimal_digits="0"
enabled="false"
height="16"
increment="1"
initial_value="0"
label="[DESC]"
layout="bottom|left"
left="6"
max_val="100"
name="param slider"
bottom="1"
width="274"
slider_label.font.style="BOLD" />
</panel>
|