/indra/newview/skins/default/xui/en/panel_media_settings_general.xml
XML | 226 lines | 212 code | 12 blank | 2 comment | 0 complexity | 4541a088be57d85cf343bedbc8efbc55 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 2<panel 3 border="true" 4 enabled="true" 5 follows="left|top|right|bottom" 6 height="500" 7 label="General" 8 left="102" 9 mouse_opaque="true" 10 name="Media Settings General" 11 help_topic = "media_settings_general" 12 width="365"> 13 14 <text 15 bottom_delta="-25" 16 follows="top|left" 17 height="15" 18 left="10" 19 name="home_label"> 20 Home Page: 21 </text> 22 <text 23 visible="false" 24 bottom_delta="0" 25 follows="top|left" 26 height="15" 27 left_delta="64" 28 text_color="red" 29 name="home_fails_whitelist_label"> 30 (This page does not pass the specified whitelist) 31 </text> 32 <line_editor 33 max_length="1024" 34 bottom_delta="-24" 35 enabled="true" 36 follows="left|top" 37 font="SansSerif" 38 height="20" 39 left="10" 40 name="home_url" 41 tool_tip="The home page for this media source" 42 width="340"> 43 <!-- <line_editor.commit_callback 44 function="Media.CommitHomeURL"/> --> 45 </line_editor> 46 47 <web_browser 48 border_visible="true" 49 bottom_delta="-133" 50 follows="top|left" 51 left="120" 52 name="preview_media" 53 width="128" 54 height="128" 55 start_url="about:blank" 56 decouple_texture_size="true" /> 57 58 <text 59 bottom_delta="-15" 60 follows="top|left" 61 height="15" 62 left="164" 63 name="preview_label"> 64 Preview 65 </text> 66 67 <text 68 bottom_delta="-20" 69 follows="top|left" 70 height="15" 71 left="10" 72 name="current_url_label"> 73 Current Page: 74 </text> 75 <text 76 name="current_url" 77 max_length="1024" 78 use_ellipses="true" 79 bottom_delta="-20" 80 enabled="false" 81 follows="left|top" 82 font="SansSerif" 83 height="20" 84 left="10" 85 tool_tip="The current page for this media source" 86 value="" 87 width="340" /> 88 <button 89 bottom_delta="-20" 90 follows="top|left" 91 height="20" 92 label="Reset" 93 left_delta="233" 94 name="current_url_reset_btn" 95 width="110" > 96 <button.commit_callback 97 function="Media.ResetCurrentUrl"/> 98 </button> 99 <check_box 100 bottom_delta="-25" 101 enabled="true" 102 follows="left|top" 103 font="SansSerifSmall" 104 height="16" 105 initial_value="false" 106 label="Auto Loop" 107 left="10" 108 mouse_opaque="true" 109 name="auto_loop" 110 radio_style="false" 111 width="150" /> 112 <check_box 113 bottom_delta="-25" 114 visible="false" 115 enabled="false" 116 follows="left|top" 117 font="SansSerifSmall" 118 height="16" 119 initial_value="false" 120 label="First Click Interacts" 121 left_delta="0" 122 mouse_opaque="true" 123 name="first_click_interact" 124 radio_style="false" 125 width="150" /> 126 127 <check_box 128 bottom_delta="0" 129 enabled="true" 130 follows="left|top" 131 font="SansSerifSmall" 132 height="16" 133 initial_value="false" 134 label="Auto Zoom" 135 left_delta="0" 136 mouse_opaque="true" 137 name="auto_zoom" 138 radio_style="false" 139 width="150" /> 140 141 <check_box 142 bottom_delta="-25" 143 enabled="true" 144 follows="left|top" 145 font="SansSerifSmall" 146 height="16" 147 initial_value="false" 148 label="Auto Play Media" 149 left="10" 150 mouse_opaque="true" 151 name="auto_play" 152 radio_style="false" 153 width="150" /> 154 155 <text 156 bottom_delta="-14" 157 follows="top|left" 158 height="15" 159 left="30" 160 width="340" 161 enabled="false" 162 name="media_setting_note"> 163 Note: Residents can override this setting 164 </text> 165 166 <check_box 167 bottom_delta="-25" 168 enabled="true" 169 follows="left|top" 170 font="SansSerifSmall" 171 height="16" 172 initial_value="false" 173 label="Auto Scale Media on Face of Object" 174 left="10" 175 mouse_opaque="true" 176 name="auto_scale" 177 radio_style="false" 178 width="150" /> 179 180 <text 181 bottom_delta="-20" 182 follows="top|left" 183 height="15" 184 left="30" 185 name="size_label"> 186 Size: 187 </text> 188 189 <spinner 190 bottom_delta="0" 191 decimal_digits="0" 192 enabled="true" 193 follows="left|top" 194 height="16" 195 increment="1" 196 initial_val="256" 197 label="" 198 label_width="0" 199 left_delta="68" 200 max_val="2048" 201 min_val="0" 202 mouse_opaque="true" 203 name="width_pixels" 204 width="50" /> 205 206 <text bottom_delta="0" follows="top|left" height="15" left_delta="60" name="X_label"> 207 X 208 </text> 209 <spinner 210 bottom_delta="0" 211 decimal_digits="0" 212 enabled="true" 213 follows="left|top" 214 height="16" 215 increment="1" 216 initial_val="256" 217 label="" 218 label_width="0" 219 left_delta="20" 220 max_val="2048" 221 min_val="0" 222 mouse_opaque="true" 223 name="height_pixels" 224 width="50" /> 225 226</panel>