summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_build_options.xml
blob: a65a159bd5cb24e6181c03bddb73a2289ef13bd3 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 follows="right"
 height="140"
 layout="topleft"
 name="build options floater"
 help_topic="build_options_floater"
 save_rect="true"
 title="Grid Options"
 width="245">
    <spinner
     control_name="GridResolution"
     follows="left|top"
     height="23"
     initial_value="1"
     label="Grid Unit (meters)"
     label_width="120"
     layout="topleft"
     left="10"
     max_val="5"
     min_val="0.01"
     name="GridResolution"
     top="25"
     width="200" />
    <spinner
     control_name="GridDrawSize"
     decimal_digits="1"
     follows="left|top"
     height="23"
     increment="0.5"
     initial_value="5"
     label="Grid Extents (meters)"
     label_width="120"
     layout="topleft"
     left_delta="0"
     max_val="50"
     min_val="1"
     name="GridDrawSize"
     top_pad="0"
     width="200" />
    <check_box
     control_name="GridSubUnit"
     height="16"
     label="Snap to Sub-Units"
     layout="topleft"
     name="GridSubUnit"
     top_pad="0"
     width="200" />
    <check_box
     control_name="GridCrossSections"
     height="16"
     label="View Cross Sections"
     layout="topleft"
     name="GridCrossSection"
     top_pad="0"
     width="200" />
    <slider
     control_name="GridOpacity"
     follows="left"
     height="18"
     increment="0.05"
     initial_value="0.7"
     label="Opacity"
     label_width="70"
     layout="topleft"
     name="GridOpacity"
     show_text="false"
     top_pad="5"
     width="220" />
</floater>