summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_settings_debug.xml
blob: a93be6a18d6b9e32ce78d56b6b57566c1c140d17 (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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 can_minimize="false"
 height="360"
 min_height="367"
 layout="topleft"
 name="settings_debug"
 help_topic="settings_debug"
 title="DEBUG SETTINGS"
 reuse_instance="true"
 can_resize="true"
 min_width="550"
 width="570">
  <filter_editor
   follows="left|top|right"
   height="23"
   layout="topleft"
   left="10"
   right="-10"
   label="Enter search text"
   max_length_chars="300"
   name="filter_input"
   text_pad_left="10"
   top="30" />
  <scroll_list
   column_padding="0"
   draw_heading="true"
   draw_stripes="false"
   heading_height="23"
   height="266"
   layout="topleft"
   search_column="1"
   left="10"
   follows="left|top|bottom"
   name="setting_list"
   top_pad="2"
   width="300">
    <scroll_list.columns
     name="changed_setting"
     relative_width="0.05"  />
    <scroll_list.columns
     label="Setting"
     name="setting" />
  </scroll_list>
  <text
   type="string"
   length="1"
   follows="left|top"
   height="16"
   layout="topleft"
   name="setting_name_txt"
   font="SansSerifSmallBold"
   top_delta="8"
   left_pad="10"
   visible="false"
   use_ellipses="true"
   text_color="White"
   width="240">
    Debug setting name
  </text>
  <text_editor
   enabled="false"
   height="75"
   layout="topleft"
   visible="false"
   name="comment_text"
   follows="left|top"
   width="240"
   top_delta="20"
   word_wrap="true" />
  <radio_group
   follows="top|left"
   height="30"
   layout="topleft"
   name="boolean_combo"
   top_pad="15"
   visible="false"
   tab_stop="true" 
   width="100">
    <radio_item
      top_pad="5" 
     label="TRUE"
     name="TRUE"
     value="true" />
    <radio_item
      top_pad="5" 
     label="FALSE"
     name="FALSE"
     value="" />
    <commit_callback
      function="CommitSettings" />
  </radio_group>
    <line_editor
     height="20"
     follows="top|left"
     layout="topleft"
     left_delta="0"
     name="val_text"
     top_delta="0"
     visible="false"
     width="220" >
      <line_editor.commit_callback
       function="CommitSettings" />
    </line_editor>
    <color_swatch
     top_delta="0"
     left_delta="0"
     follows="top|left"
     can_apply_immediately="true"
     height="55"
     name="val_color_swatch"
     label="Color"
     visible="false"
     layout="topleft"
     width="37" >
      <color_swatch.commit_callback
       function="CommitSettings" />
    </color_swatch>
    <spinner
     height="20"
     label="x"
     layout="topleft"
     follows="top|left"
     left_delta="0"
     max_val="1e+007"
     name="val_spinner_1"
     top_delta="5"
     visible="false"
     width="120" >
      <spinner.commit_callback
       function="CommitSettings" />
    </spinner>
    <spinner
     height="20"
     label="x"
     layout="topleft"
     follows="top|left"
     left_delta="0"
     max_val="1e+007"
     name="val_spinner_2"
     top_pad="10"
     visible="false"
     width="120">
      <spinner.commit_callback
       function="CommitSettings" />
    </spinner>
    <spinner
     height="20"
     label="x"
     layout="topleft"
     follows="top|left"
     left_delta="0"
     max_val="1e+007"
     name="val_spinner_3"
     top_pad="10"
     visible="false"
     width="120">
      <spinner.commit_callback
       function="CommitSettings" />
    </spinner>
    <spinner
     height="20"
     label="x"
     layout="topleft"
     follows="top|left"
     left_delta="0"
     max_val="1e+007"
     name="val_spinner_4"
     top_pad="10"
     visible="false"
     width="120" >
      <spinner.commit_callback
       function="CommitSettings" />
    </spinner>
    <button
     height="22"
     label="Reset to default"
     follows="left|top"
     layout="topleft"
     left_delta="0"
     name="default_btn"
     visible="false"
     top_pad="10"
     width="150" >
      <button.commit_callback
       function="ClickDefault" />
    </button>
    <check_box
      control_name="DebugSettingsHideDefault"
      height="16"
      initial_value="true"
      label="Show changed settings only"
      layout="topleft"
      top_pad="10"
      left="10"
      follows="left|bottom"
      name="hide_default"
      width="330">
    </check_box>
</floater>