summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_preferences.xml
blob: 4b0e0bb2214d1656115c72173f806f7316093cb1 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
 legacy_header_height="18"
 positioning="centered"
 default_tab_group="1"
 height="530"
 layout="topleft"
 name="Preferences"
 help_topic="preferences"
 save_rect="true"
 single_instance="true"
 title="PREFERENCES"
 width="658">
   <button
     follows="right|bottom"
     height="23"
     label="OK"
     label_selected="OK"
     layout="topleft"
     right="-105"
     name="OK"
     top="492"
     width="90">
        <button.commit_callback
         function="Pref.OK" />
    </button>
    <button
     follows="right|bottom"
     height="23"
     label="Cancel"
     label_selected="Cancel"
     layout="topleft"
     left_pad="5"
     name="Cancel"
     right="-10"
     width="90" >
        <button.commit_callback
         function="Pref.Cancel" />
    </button>

    <panel
     name="search_panel"
     layout="topleft"
     follows="left|top|right"
     left="4"
     right="-4"
     top="21"
     height="18"
     tab_group="2">
        <search_editor
         clear_button_visible="true"
         follows="left|top|right"
         height="18"
         label="Search Settings"
         layout="topleft"
         left="0"
         max_length_bytes="255"
         name="search_prefs_edit"
         right="-1"
         text_pad_left="6"
         tool_tip="Type the search term you are interested in here. Results will be displayed for partial fulltext matches within the setting's name or comment."
         top="0">
         <search_editor.commit_callback
          function="UpdateFilter" />
         <search_editor.clear_button
          rect.height="18"
          rect.width="18"
          rect.bottom="-1" />
         <search_editor.search_button
          rect.height="12"
          rect.width="12"
          rect.bottom="-1" />
        </search_editor>
    </panel>

    <tab_container
     follows="all"
     halign="left"
     height="440"
     layout="topleft"
     left="0"
     name="pref core"
     tab_group="1"
     tab_position="left"
     tab_width="140"
     tab_padding_right="0"
     top="40"
     width="658">
        <panel
	 class="panel_preference"
         filename="panel_preferences_general.xml"
         label="General"
         layout="topleft"
         help_topic="preferences_general_tab"
         name="general" />
        <panel
	 class="panel_preference_graphics"
         filename="panel_preferences_graphics1.xml"
         label="Graphics"
         layout="topleft"
         help_topic="preferences_display_tab"
         name="display" />
        <panel
		 class="panel_preference"
         filename="panel_preferences_sound.xml"
         label="Sound &amp; Media"
         layout="topleft"
         help_topic="preferences_audio_tab"
         name="audio" />
        <panel
		 class="panel_preference"
         filename="panel_preferences_chat.xml"
         label="Chat"
         layout="topleft"
         help_topic="preferences_chat_tab"
         name="chat" />
        <panel
		 class="panel_preference"
         filename="panel_preferences_move.xml"
         label="Move &amp; View"
         layout="topleft"
         help_topic="preferences_move_tab"
         name="move" />
        <panel
		 class="panel_preference"
         filename="panel_preferences_alerts.xml"
         label="Notifications"
         layout="topleft"
         help_topic="preferences_msgs_tab"
         name="msgs" />
        <panel
		 class="panel_preference"
         filename="panel_preferences_colors.xml"
         label="Colors"
         layout="topleft"
         help_topic="preferences_colors_tab"
         name="colors" />
        <panel
         class="panel_preference_privacy"
         filename="panel_preferences_privacy.xml"
         label="Privacy"
         layout="topleft"
         help_topic="preferences_im_tab"
         name="im" />
        <panel
		 class="panel_preference"
         filename="panel_preferences_setup.xml"
         label="Setup"
         layout="topleft"
         help_topic="preferences_input_tab"
         name="input" />
        <panel
		 class="panel_preference"
         filename="panel_preferences_advanced.xml"
         label="Advanced"
         layout="topleft"
         help_topic="preferences_advanced1_tab"
         name="advanced1" />
        <panel
         class="panel_preference"
         filename="panel_preferences_uploads.xml"
         label="Uploads"
         layout="topleft"
         help_topic="preferences_uploads_tab"
         name="uploads" />
        <panel
         class="panel_preference_controls"
         filename="panel_preferences_controls.xml"
         label="Controls"
         layout="topleft"
         help_topic="preferences_controls_tab"
         name="controls" />
    </tab_container>

</floater>