summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_media_settings_general.xml
blob: 4e214c4095f24138610f4067b25a4c6c7d25abb2 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel 
 border="true" 
 enabled="true" 
 follows="left|top|right|bottom"
 height="500" 
 label="General" 
 left="102" 
 mouse_opaque="true"
 name="Media Settings General" 
 width="365">
	
  <text 
   bottom_delta="-17" 
   follows="top|left" 
   height="15" 
   left="10" 
   name="">
    Home URL:
  </text>
  <line_editor 
   bottom_delta="-21" 
   enabled="true" 
   follows="left|top" 
   font="SansSerif"
   height="20" 
   left="10" 
   name="home_url"
   tool_tip="The home URL for this media source"
   width="340"> 
    <!--  <line_editor.commit_callback
	     function="Media.CommitHomeURL"/> -->
  </line_editor>
  <text 
   bottom_delta="-20" 
   follows="top|left" 
   height="15" 
   left="10" 
   name="current_url_label">
    Current URL:
  </text>
  <line_editor 
   bottom_delta="-20" 
   enabled="false" 
   follows="left|top" 
   font="SansSerif"
   height="20" 
   left="10" 
   name="current_url"
   tool_tip="The current URL for this media source"
   value="" 
   width="340" />
  <button 
   bottom_delta="-20" 
   follows="top|left" 
   height="20" 
   label="Reset"
   left_delta="233" 
   name="current_url_reset_btn" 
   width="110" > 
   <button.commit_callback
	     function="Media.ResetCurrentUrl"/>
  </button>

  <web_browser 
   border_visible="false" 
   bottom_delta="-120" 
   follows="top|left"
   left="120" 
   name="preview_media" 
   width="128" 
   height="128" 
   start_url="about:blank" 
   decouple_texture_size="true" />

  <text 
   bottom_delta="-15" 
   follows="top|left" 
   height="15" 
   left="164" 
   name="">
    Preview
  </text>

  <text 
   bottom_delta="-20" 
   follows="top|left" 
   height="15"
   left="10" 
   name="">
    Controls:
  </text>
  <combo_box 
   allow_text_entry="false" 
   bottom_delta="-20" 
   enabled="true" 
   follows="left|top"
   height="18" 
   left="10" 
   max_chars="20" 
   mouse_opaque="true"
   name="controls" 
   width="120">
    <combo_item 
	 type="string" 
	 length="1" 
	 enabled="true" 
	 name="Standard" 
	 value="Standard">
      Standard
    </combo_item>
    <combo_item 
	 type="string" 
	 length="1" 
	 enabled="true" 
	 name="Mini" 
	 value="Mini">
      Mini
    </combo_item>
  </combo_box>

  <check_box 
   bottom_delta="-25" 
   enabled="true" 
   follows="left|top" 
   font="SansSerifSmall"
   height="16"
   initial_value="false"
   label="Auto Loop" 
   left="10" 
   mouse_opaque="true"
   name="auto_loop" 
   radio_style="false" 
   width="150" />

  <check_box 
   bottom_delta="-25" 
   enabled="true" 
   follows="left|top" 
   font="SansSerifSmall"
   height="16" 
   initial_value="false"
   label="First Click Interacts" 
   left_delta="0" 
   mouse_opaque="true"
   name="first_click_interact" 
   radio_style="false" 
   width="150" />

  <check_box 
   bottom_delta="-25" 
   enabled="true" 
   follows="left|top"
   font="SansSerifSmall"
   height="16" 
   initial_value="false"
   label="Auto Zoom" 
   left_delta="0" 
   mouse_opaque="true"
   name="auto_zoom" 
   radio_style="false" 
   width="150" />

  <check_box bottom_delta="-25" enabled="true" follows="left|top" font="SansSerifSmall"
	     height="16" initial_value="false"
	     label="Use Default Alternative Image" left="10" mouse_opaque="true"
	     name="alt_image_enable" radio_style="false" width="150" />

  <check_box bottom_delta="-25" enabled="true" follows="left|top" font="SansSerifSmall"
	     height="16" initial_value="false"
	     label="Auto Play Media" left="10" mouse_opaque="true"
	     name="auto_play" radio_style="false" width="150" />
  <text bottom_delta="-14" follows="top|left" height="15" left="30" width="340" 
        enabled="false" name="">
    Note: Parcel Owners &amp; Residents can override this setting
  </text>

  <check_box bottom_delta="-25" enabled="true" follows="left|top" font="SansSerifSmall"
	     height="16" initial_value="false"
	     label="Auto Scale Media on Face of Object" left="10" mouse_opaque="true"
	     name="auto_scale" radio_style="false" width="150" />
  <text bottom_delta="-20" follows="top|left" height="15" left="30" name="">
    Size:
  </text>
  <spinner bottom_delta="0"
	     decimal_digits="0" enabled="true" follows="left|top" height="16"
	     increment="1" initial_val="256" label="" label_width="0"
	     left_delta="40" max_val="2048" min_val="0" mouse_opaque="true"
	     name="width_pixels" width="50" />
  <text bottom_delta="0" follows="top|left" height="15" left_delta="60" name="">
    X
  </text>
  <spinner bottom_delta="0"
	     decimal_digits="0" enabled="true" follows="left|top" height="16"
	     increment="1" initial_val="256" label="" label_width="0"
	     left_delta="20" max_val="2048" min_val="0" mouse_opaque="true"
	     name="height_pixels" width="50" />
 
</panel>