diff options
author | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
commit | c206147ceffd6836bf0f6fe50d0ae4de77c7dcba (patch) | |
tree | d8c59df84d01578baea97fb84899a547218f2c8d /linden/indra/newview/skins/xui/en-us | |
parent | Second Life viewer sources 1.18.4.0-RC (diff) | |
download | meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.zip meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.gz meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.bz2 meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.xz |
Second Life viewer sources 1.18.4.1-RC
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us')
22 files changed, 198 insertions, 206 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/floater_about_land.xml b/linden/indra/newview/skins/xui/en-us/floater_about_land.xml index 58acba7..3a877ea 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_about_land.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_about_land.xml | |||
@@ -35,10 +35,6 @@ | |||
35 | text_readonly_color="0.576471 0.662745 0.835294 1" width="370" word_wrap="true" | 35 | text_readonly_color="0.576471 0.662745 0.835294 1" width="370" word_wrap="true" |
36 | embedded_items="false" /> | 36 | embedded_items="false" /> |
37 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 37 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
38 | bottom="-80" drop_shadow_visible="true" enabled="false" follows="left|top" | ||
39 | font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" | ||
40 | left="4" mouse_opaque="true" name="SalePending" v_pad="0" width="364" /> | ||
41 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
42 | bottom="-100" drop_shadow_visible="true" enabled="true" follows="left|top" | 38 | bottom="-100" drop_shadow_visible="true" enabled="true" follows="left|top" |
43 | font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" | 39 | font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" |
44 | left="4" mouse_opaque="true" name="Owner:" v_pad="0" width="72"> | 40 | left="4" mouse_opaque="true" name="Owner:" v_pad="0" width="72"> |
@@ -105,6 +101,10 @@ | |||
105 | width="206"> | 101 | width="206"> |
106 | Price: L$[PRICE]. | 102 | Price: L$[PRICE]. |
107 | </text> | 103 | </text> |
104 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
105 | bottom="-200" drop_shadow_visible="true" enabled="false" follows="left|top" | ||
106 | font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" | ||
107 | left="76" mouse_opaque="true" name="SalePending" v_pad="0" width="364" /> | ||
108 | <button bottom="-204" enabled="true" follows="left|top" font="SansSerif" | 108 | <button bottom="-204" enabled="true" follows="left|top" font="SansSerif" |
109 | halign="center" height="20" hidden="false" label="Sell Land..." | 109 | halign="center" height="20" hidden="false" label="Sell Land..." |
110 | label_selected="Sell Land..." left="295" mouse_opaque="true" | 110 | label_selected="Sell Land..." left="295" mouse_opaque="true" |
@@ -610,14 +610,6 @@ | |||
610 | height="16" hidden="false" initial_value="false" label="Mature Content" | 610 | height="16" hidden="false" initial_value="false" label="Mature Content" |
611 | left="14" mouse_opaque="true" name="MatureCheck" radio_style="false" | 611 | left="14" mouse_opaque="true" name="MatureCheck" radio_style="false" |
612 | tool_tip="Your parcel information or content is considered mature." width="107" /> | 612 | tool_tip="Your parcel information or content is considered mature." width="107" /> |
613 | <check_box bottom="-160" enabled="true" follows="left|top" font="SansSerifSmall" | ||
614 | height="16" hidden="false" initial_value="false" | ||
615 | label="Publish listing on the web" left="178" mouse_opaque="true" | ||
616 | name="PublishCheck" radio_style="false" | ||
617 | tool_tip="Publish your parcel information on the web." width="164" /> | ||
618 | <button bottom="-160" enabled="true" follows="left|top" font="SansSerif" | ||
619 | halign="center" height="16" hidden="false" label="?" label_selected="?" | ||
620 | left="333" mouse_opaque="true" name="?" width="20" /> | ||
621 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 613 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
622 | bottom="-180" drop_shadow_visible="true" enabled="true" follows="left|top" | 614 | bottom="-180" drop_shadow_visible="true" enabled="true" follows="left|top" |
623 | font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" | 615 | font="SansSerifSmall" h_pad="0" halign="left" height="16" hidden="false" |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml b/linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml index 0af6d7e..d766a33 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_animation_preview.xml | |||
@@ -14,7 +14,7 @@ | |||
14 | </text> | 14 | </text> |
15 | <line_editor bottom_delta="-2" follows="top|left|right" height="19" left="85" | 15 | <line_editor bottom_delta="-2" follows="top|left|right" height="19" left="85" |
16 | max_length="254" name="description_form" right="-10" /> | 16 | max_length="254" name="description_form" right="-10" /> |
17 | <pad height="7" /> | 17 | <pad height="0" /> |
18 | <spinner decimal_digits="0" follows="left|top" height="18" increment="1" initial_val="0" | 18 | <spinner decimal_digits="0" follows="left|top" height="18" increment="1" initial_val="0" |
19 | label="Priority" label_width="50" left="10" max_val="4" min_val="0" name="priority" | 19 | label="Priority" label_width="50" left="10" max_val="4" min_val="0" name="priority" |
20 | tool_tip="Controls which other animations can be overridden by this animation." | 20 | tool_tip="Controls which other animations can be overridden by this animation." |
@@ -171,7 +171,7 @@ | |||
171 | max_val="10" min_val="0" name="ease_out_time" | 171 | max_val="10" min_val="0" name="ease_out_time" |
172 | tool_tip="Amount of time (in seconds) over which animations blends out." | 172 | tool_tip="Amount of time (in seconds) over which animations blends out." |
173 | width="135" /> | 173 | width="135" /> |
174 | <button bottom_delta="-32" follows="top|right" height="28" label="" left="10" name="play_btn" | 174 | <button bottom_delta="-42" follows="top|right" height="28" label="" left="10" name="play_btn" |
175 | tool_tip="Play/pause your animation." width="28" /> | 175 | tool_tip="Play/pause your animation." width="28" /> |
176 | <button bottom_delta="0" follows="top|right" height="28" label="" left_delta="32" | 176 | <button bottom_delta="0" follows="top|right" height="28" label="" left_delta="32" |
177 | name="stop_btn" tool_tip="Stop animation playback" width="28" /> | 177 | name="stop_btn" tool_tip="Stop animation playback" width="28" /> |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_color_picker.xml b/linden/indra/newview/skins/xui/en-us/floater_color_picker.xml index cd276ec..adb7821 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_color_picker.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_color_picker.xml | |||
@@ -63,18 +63,12 @@ | |||
63 | <button bottom="-373" follows="left|top" font="SansSerif" halign="center" height="32" | 63 | <button bottom="-373" follows="left|top" font="SansSerif" halign="center" height="32" |
64 | label="" label_selected="" left_delta="130" mouse_opaque="true" | 64 | label="" label_selected="" left_delta="130" mouse_opaque="true" |
65 | name="color_pipette" width="32" /> | 65 | name="color_pipette" width="32" /> |
66 | <!--button bottom="-373" follows="right|bottom" font="SansSerif" halign="center" | 66 | <button bottom="-373" follows="right|bottom" font="SansSerif" halign="center" |
67 | height="20" label="Cancel" label_selected="Cancel" left_delta="75" | 67 | height="20" label="Cancel" label_selected="Cancel" left_delta="75" |
68 | mouse_opaque="true" name="cancel_btn" width="100" /> | 68 | mouse_opaque="true" name="cancel_btn" width="100" /> |
69 | <button bottom="-373" follows="right|bottom" font="SansSerif" halign="center" | ||
70 | height="20" label="Select" label_selected="Select" left_delta="104" | ||
71 | mouse_opaque="true" name="select_btn" width="100" /--> | ||
72 | <button bottom="-373" follows="right|bottom" font="SansSerif" halign="center" | 69 | <button bottom="-373" follows="right|bottom" font="SansSerif" halign="center" |
73 | height="20" label="Select" label_selected="Select" left_delta="75" | 70 | height="20" label="Select" label_selected="Select" left_delta="104" |
74 | mouse_opaque="true" name="select_btn" width="100" /> | 71 | mouse_opaque="true" name="select_btn" width="100" /> |
75 | <button bottom="-373" follows="right|bottom" font="SansSerif" halign="center" | ||
76 | height="20" label="Cancel" label_selected="Cancel" left_delta="104" | ||
77 | mouse_opaque="true" name="cancel_btn" width="100" /> | ||
78 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 72 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
79 | bottom="-188" drop_shadow_visible="true" follows="left|top" | 73 | bottom="-188" drop_shadow_visible="true" follows="left|top" |
80 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" | 74 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12" |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_directory.xml b/linden/indra/newview/skins/xui/en-us/floater_directory.xml index f62a56b..8216069 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_directory.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_directory.xml | |||
@@ -163,17 +163,17 @@ | |||
163 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 163 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
164 | bottom="-24" drop_shadow_visible="true" follows="left|top" | 164 | bottom="-24" drop_shadow_visible="true" follows="left|top" |
165 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left="289" | 165 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left="289" |
166 | mouse_opaque="true" name="text" v_pad="0" width="70"> | 166 | mouse_opaque="true" name="text" v_pad="0" width="90"> |
167 | Category: | 167 | Category: |
168 | </text> | 168 | </text> |
169 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 169 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
170 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" | 170 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" |
171 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left="289" | 171 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left="289" |
172 | mouse_opaque="true" name="text2" v_pad="0" width="70"> | 172 | mouse_opaque="true" name="text2" v_pad="0" width="90"> |
173 | Name/Desc: | 173 | Name/Desc: |
174 | </text> | 174 | </text> |
175 | <combo_box allow_text_entry="false" bottom="-22" follows="left|top" height="18" left="359" | 175 | <combo_box allow_text_entry="false" bottom="-22" follows="left|top" height="18" left="379" |
176 | max_chars="20" mouse_opaque="true" name="category combo" width="200"> | 176 | max_chars="20" mouse_opaque="true" name="category combo" width="180"> |
177 | <!--text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 177 | <!--text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
178 | bottom="-24" drop_shadow_visible="true" follows="left|top" | 178 | bottom="-24" drop_shadow_visible="true" follows="left|top" |
179 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left="289" | 179 | font="SansSerifSmall" h_pad="0" halign="left" height="20" left="289" |
@@ -226,9 +226,9 @@ | |||
226 | </combo_item> | 226 | </combo_item> |
227 | </combo_box> | 227 | </combo_box> |
228 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" | 228 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-20" |
229 | follows="left|top" font="SansSerifSmall" height="18" left="359" | 229 | follows="left|top" font="SansSerifSmall" height="18" left="379" |
230 | max_length="32" mouse_opaque="true" name="event_search_text" tab_group="1" | 230 | max_length="32" mouse_opaque="true" name="event_search_text" tab_group="1" |
231 | width="200" /> | 231 | width="180" /> |
232 | <check_box bottom="-30" control_name="ShowMatureEvents" follows="left|top" | 232 | <check_box bottom="-30" control_name="ShowMatureEvents" follows="left|top" |
233 | font="SansSerifSmall" height="16" initial_value="false" label="Show Mature" | 233 | font="SansSerifSmall" height="16" initial_value="false" label="Show Mature" |
234 | left="569" mouse_opaque="true" name="incmature" width="120" /> | 234 | left="569" mouse_opaque="true" name="incmature" width="120" /> |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_god_tools.xml b/linden/indra/newview/skins/xui/en-us/floater_god_tools.xml index 9490f16..2178b4a 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_god_tools.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_god_tools.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | <floater bottom="-534" can_close="true" can_drag_on_left="false" can_minimize="true" | 2 | <floater bottom="-534" can_close="true" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="false" height="384" hidden="false" left="433" min_height="384" | 3 | can_resize="false" height="384" hidden="false" left="433" min_height="384" |
4 | min_width="400" mouse_opaque="true" name="godtools floater" | 4 | min_width="400" mouse_opaque="true" name="godtools floater" |
5 | title="God Tools" width="700"> | 5 | title="God Tools" width="400"> |
6 | <tab_container bottom="-384" follows="left|top" height="364" hidden="false" left="0" | 6 | <tab_container bottom="-384" follows="left|top" height="364" hidden="false" left="0" |
7 | mouse_opaque="false" name="GodTools Tabs" tab_position="top" width="400"> | 7 | mouse_opaque="false" name="GodTools Tabs" tab_position="top" width="400"> |
8 | <panel border="true" bottom="-363" follows="left|top|right|bottom" height="347" | 8 | <panel border="true" bottom="-363" follows="left|top|right|bottom" height="347" |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_joystick.xml b/linden/indra/newview/skins/xui/en-us/floater_joystick.xml index 211b6ee..77fa57e 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_joystick.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_joystick.xml | |||
@@ -4,42 +4,42 @@ | |||
4 | min_width="240" mouse_opaque="true" name="build options floater" | 4 | min_width="240" mouse_opaque="true" name="build options floater" |
5 | rect_control="FloaterJoystickRect" title="Flycam Options" width="400"> | 5 | rect_control="FloaterJoystickRect" title="Flycam Options" width="400"> |
6 | 6 | ||
7 | <text bottom="-40" left="14">X-Axis</text> | 7 | <text bottom="-40" left="14" name="x-axis">X-Axis</text> |
8 | <text bottom="-40" left="142">Y-Axis</text> | 8 | <text bottom="-40" left="142" name="y-axis">Y-Axis</text> |
9 | <text bottom="-40" left="270">Z-Axis</text> | 9 | <text bottom="-40" left="270" name="z-axis">Z-Axis</text> |
10 | 10 | ||
11 | <spinner bottom="-61" left="14" width="120" label_width="64" control_name="FlycamAxis1" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> | 11 | <spinner bottom="-61" left="14" width="120" label_width="64" control_name="FlycamAxis1" name="FlycamAxis1" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> |
12 | <spinner bottom="-61" left="142" width="120" label_width="64" control_name="FlycamAxis2" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> | 12 | <spinner bottom="-61" left="142" width="120" label_width="64" control_name="FlycamAxis2" name="FlycamAxis2" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> |
13 | <spinner bottom="-61" left="270" width="120" label_width="64" control_name="FlycamAxis0" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> | 13 | <spinner bottom="-61" left="270" width="120" label_width="64" control_name="FlycamAxis0" name="FlycamAxis0" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> |
14 | 14 | ||
15 | <spinner bottom="-82" left="14" width="120" label_width="64" control_name="FlycamAxisScale1" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> | 15 | <spinner bottom="-82" left="14" width="120" label_width="64" control_name="FlycamAxisScale1" name="FlycamAxisScale1" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> |
16 | <spinner bottom="-82" left="142" width="120" label_width="64" control_name="FlycamAxisScale2" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> | 16 | <spinner bottom="-82" left="142" width="120" label_width="64" control_name="FlycamAxisScale2" name="FlycamAxisScale2" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> |
17 | <spinner bottom="-82" left="270" width="120" label_width="64" control_name="FlycamAxisScale0" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> | 17 | <spinner bottom="-82" left="270" width="120" label_width="64" control_name="FlycamAxisScale0" name="FlycamAxisScale0" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> |
18 | 18 | ||
19 | <spinner bottom="-103" left="14" width="120" label_width="64" control_name="FlycamAxisDeadZone1" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> | 19 | <spinner bottom="-103" left="14" width="120" label_width="64" control_name="FlycamAxisDeadZone1" name="FlycamAxisDeadZone1" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> |
20 | <spinner bottom="-103" left="142" width="120" label_width="64" control_name="FlycamAxisDeadZone2" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> | 20 | <spinner bottom="-103" left="142" width="120" label_width="64" control_name="FlycamAxisDeadZone2" name="FlycamAxisDeadZone2" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> |
21 | <spinner bottom="-103" left="270" width="120" label_width="64" control_name="FlycamAxisDeadZone0" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> | 21 | <spinner bottom="-103" left="270" width="120" label_width="64" control_name="FlycamAxisDeadZone0" name="FlycamAxisDeadZone0" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> |
22 | 22 | ||
23 | <text bottom="-132" left="14">Yaw</text> | 23 | <text bottom="-132" left="14" name="yaw">Yaw</text> |
24 | <text bottom="-132" left="142">Pitch</text> | 24 | <text bottom="-132" left="142" name="pitch">Pitch</text> |
25 | <text bottom="-132" left="270">Roll</text> | 25 | <text bottom="-132" left="270" name="roll">Roll</text> |
26 | 26 | ||
27 | <spinner bottom="-153" left="14" width="120" label_width="64" control_name="FlycamAxis5" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> | 27 | <spinner bottom="-153" left="14" width="120" label_width="64" control_name="FlycamAxis5" name="FlycamAxis5" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> |
28 | <spinner bottom="-153" left="142" width="120" label_width="64" control_name="FlycamAxis4" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> | 28 | <spinner bottom="-153" left="142" width="120" label_width="64" control_name="FlycamAxis4" name="FlycamAxis4" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> |
29 | <spinner bottom="-153" left="270" width="120" label_width="64" control_name="FlycamAxis3" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> | 29 | <spinner bottom="-153" left="270" width="120" label_width="64" control_name="FlycamAxis3" name="FlycamAxis3" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> |
30 | 30 | ||
31 | <spinner bottom="-174" left="14" width="120" label_width="64" control_name="FlycamAxisScale5" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> | 31 | <spinner bottom="-174" left="14" width="120" label_width="64" control_name="FlycamAxisScale5" name="FlycamAxisScale5" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> |
32 | <spinner bottom="-174" left="142" width="120" label_width="64" control_name="FlycamAxisScale4" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> | 32 | <spinner bottom="-174" left="142" width="120" label_width="64" control_name="FlycamAxisScale4" name="FlycamAxisScale4" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> |
33 | <spinner bottom="-174" left="270" width="120" label_width="64" control_name="FlycamAxisScale3" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> | 33 | <spinner bottom="-174" left="270" width="120" label_width="64" control_name="FlycamAxisScale3" name="FlycamAxisScale3" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> |
34 | 34 | ||
35 | <spinner bottom="-195" left="14" width="120" label_width="64" control_name="FlycamAxisDeadZone5" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> | 35 | <spinner bottom="-195" left="14" width="120" label_width="64" control_name="FlycamAxisDeadZone5" name="FlycamAxisDeadZone5" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> |
36 | <spinner bottom="-195" left="142" width="120" label_width="64" control_name="FlycamAxisDeadZone4" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> | 36 | <spinner bottom="-195" left="142" width="120" label_width="64" control_name="FlycamAxisDeadZone4" name="FlycamAxisDeadZone4" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> |
37 | <spinner bottom="-195" left="270" width="120" label_width="64" control_name="FlycamAxisDeadZone3" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> | 37 | <spinner bottom="-195" left="270" width="120" label_width="64" control_name="FlycamAxisDeadZone3" name="FlycamAxisDeadZone3" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> |
38 | 38 | ||
39 | <text name="ZoomLabel" bottom="-224" left="14">Zoom</text> | 39 | <text name="ZoomLabel" bottom="-224" left="14">Zoom</text> |
40 | <spinner bottom="-245" left="14" width="120" label_width="64" control_name="FlycamAxis6" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> | 40 | <spinner bottom="-245" left="14" width="120" label_width="64" control_name="FlycamAxis6" name="FlycamAxis6" label="Mapping" decimal_digits="0" increment="1" min_val="-1" max_val="5"/> |
41 | <spinner bottom="-266" left="14" width="120" label_width="64" control_name="FlycamAxisScale6" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> | 41 | <spinner bottom="-266" left="14" width="120" label_width="64" control_name="FlycamAxisScale6" name="FlycamAxisScale6" label="Scale" decimal_digits="2" increment="0.1" min_val="-1024" max_val="1024"/> |
42 | <spinner bottom="-287" left="14" width="120" label_width="64" control_name="FlycamAxisDeadZone6" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> | 42 | <spinner bottom="-287" left="14" width="120" label_width="64" control_name="FlycamAxisDeadZone6" name="FlycamAxisDeadZone6" label="Dead Zone" decimal_digits="2" increment="0.01" min_val="0" max_val="1"/> |
43 | <check_box bottom_delta="-21" control_name="FlycamZoomDirect" label="Direct Zoom" /> | 43 | <check_box bottom_delta="-21" control_name="FlycamZoomDirect" label="Direct Zoom" /> |
44 | 44 | ||
45 | <slider bottom_delta="-29" can_edit_text="false" control_name="FlycamFeathering" | 45 | <slider bottom_delta="-29" can_edit_text="false" control_name="FlycamFeathering" |
@@ -48,8 +48,8 @@ | |||
48 | mouse_opaque="true" name="FlycamFeathering" show_text="false" value="0.7" | 48 | mouse_opaque="true" name="FlycamFeathering" show_text="false" value="0.7" |
49 | width="128" /> | 49 | width="128" /> |
50 | 50 | ||
51 | <check_box bottom_delta="-21" control_name="FlycamAutoLeveling" label="Auto Level" /> | 51 | <check_box bottom_delta="-21" control_name="FlycamAutoLeveling" name="FlycamAutoLeveling" label="Auto Level" /> |
52 | <check_box bottom_delta="-21" control_name="FlycamAbsolute" label="3D Cursor" /> | 52 | <check_box bottom_delta="-21" control_name="FlycamAbsolute" name="FlycamAbsolute" label="3D Cursor" /> |
53 | 53 | ||
54 | <text hidden="true" name="JoystickMonitor">Joystick Monitor</text> | 54 | <text hidden="true" name="JoystickMonitor">Joystick Monitor</text> |
55 | <text hidden="true" name="Axis">Axis [NUM]</text> | 55 | <text hidden="true" name="Axis">Axis [NUM]</text> |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_land_holdings.xml b/linden/indra/newview/skins/xui/en-us/floater_land_holdings.xml index 612d96a..8b730f8 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_land_holdings.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_land_holdings.xml | |||
@@ -38,7 +38,7 @@ | |||
38 | bottom="-337" drop_shadow_visible="true" follows="left|top" | 38 | bottom="-337" drop_shadow_visible="true" follows="left|top" |
39 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="348" | 39 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="348" |
40 | mouse_opaque="true" name="allowed_text" v_pad="0" width="132"> | 40 | mouse_opaque="true" name="allowed_text" v_pad="0" width="132"> |
41 | 0 sq. meters | 41 | [AREA] sq. meters |
42 | </text> | 42 | </text> |
43 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 43 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
44 | bottom="-357" drop_shadow_visible="true" follows="left|top" | 44 | bottom="-357" drop_shadow_visible="true" follows="left|top" |
@@ -50,7 +50,7 @@ | |||
50 | bottom="-357" drop_shadow_visible="true" follows="left|top" | 50 | bottom="-357" drop_shadow_visible="true" follows="left|top" |
51 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="348" | 51 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="348" |
52 | mouse_opaque="true" name="current_text" v_pad="0" width="132"> | 52 | mouse_opaque="true" name="current_text" v_pad="0" width="132"> |
53 | 0 sq. meters | 53 | [AREA] sq. meters |
54 | </text> | 54 | </text> |
55 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 55 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
56 | bottom="-377" drop_shadow_visible="true" follows="left|top" | 56 | bottom="-377" drop_shadow_visible="true" follows="left|top" |
@@ -62,6 +62,7 @@ | |||
62 | bottom="-377" drop_shadow_visible="true" follows="left|top" | 62 | bottom="-377" drop_shadow_visible="true" follows="left|top" |
63 | font="SansSerifBold" h_pad="0" halign="left" height="16" left_delta="348" | 63 | font="SansSerifBold" h_pad="0" halign="left" height="16" left_delta="348" |
64 | mouse_opaque="true" name="available_text" v_pad="0" width="132"> | 64 | mouse_opaque="true" name="available_text" v_pad="0" width="132"> |
65 | 0 sq. meters | 65 | [AREA] sq. meters |
66 | </text> | 66 | </text> |
67 | <string name="area_string">[AREA] sq. meters</string> | ||
67 | </floater> | 68 | </floater> |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/xui/en-us/floater_tools.xml index 9032ecd..a2ad5f1 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_tools.xml | |||
@@ -87,12 +87,12 @@ | |||
87 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 87 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
88 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" | 88 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" |
89 | font="SansSerifSmall" h_pad="0" halign="left" height="14" hidden="false" | 89 | font="SansSerifSmall" h_pad="0" halign="left" height="14" hidden="false" |
90 | left="6" mouse_opaque="true" name="text ruler mode" v_pad="0" width="64"> | 90 | left="6" mouse_opaque="true" name="text ruler mode" v_pad="0" width="68"> |
91 | Ruler mode: | 91 | Ruler mode: |
92 | </text> | 92 | </text> |
93 | <combo_box allow_text_entry="false" bottom_delta="-4" follows="left|top" height="20" | 93 | <combo_box allow_text_entry="false" bottom_delta="-4" follows="left|top" height="20" |
94 | hidden="false" left_delta="70" max_chars="20" mouse_opaque="true" | 94 | hidden="false" left_delta="74" max_chars="20" mouse_opaque="true" |
95 | name="combobox grid mode" width="90"> | 95 | name="combobox grid mode" width="86"> |
96 | <combo_item name="World" value="World"> | 96 | <combo_item name="World" value="World"> |
97 | World | 97 | World |
98 | </combo_item> | 98 | </combo_item> |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_voice_wizard.xml b/linden/indra/newview/skins/xui/en-us/floater_voice_wizard.xml index 079e7c4..536e578 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_voice_wizard.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_voice_wizard.xml | |||
@@ -8,10 +8,10 @@ | |||
8 | <panel border="false" bottom="8" height="20" left="8" mouse_opaque="true" | 8 | <panel border="false" bottom="8" height="20" left="8" mouse_opaque="true" |
9 | name="content_panel" width="404"> | 9 | name="content_panel" width="404"> |
10 | <!--<button bottom="0" height="20" label="Help" left="0" name="help_btn" width="70" />--> | 10 | <!--<button bottom="0" height="20" label="Help" left="0" name="help_btn" width="70" />--> |
11 | <button bottom="0" height="20" label="Previous" left="105" name="back_btn" width="70" /> | 11 | <button bottom="0" height="20" label="Previous" left="55" name="back_btn" width="85" /> |
12 | <button bottom="0" height="20" label="Next" left_delta="75" name="next_btn" width="70" /> | 12 | <button bottom="0" height="20" label="Next" left_delta="90" name="next_btn" width="85" /> |
13 | <button bottom="0" height="20" label="Finish" left_delta="80" name="ok_btn" width="70" /> | 13 | <button bottom="0" height="20" label="Finish" left_delta="90" name="ok_btn" width="85" /> |
14 | <button bottom="0" height="20" label="Cancel" left_delta="75" name="cancel_btn" | 14 | <button bottom="0" height="20" label="Cancel" left_delta="90" name="cancel_btn" |
15 | width="70" /> | 15 | width="80" /> |
16 | </panel> | 16 | </panel> |
17 | </floater> | 17 | </floater> |
diff --git a/linden/indra/newview/skins/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/xui/en-us/menu_viewer.xml index 55e5ac0..cb6835c 100644 --- a/linden/indra/newview/skins/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/xui/en-us/menu_viewer.xml | |||
@@ -400,18 +400,18 @@ | |||
400 | <on_check control="ShowAllObjectHoverTip" /> | 400 | <on_check control="ShowAllObjectHoverTip" /> |
401 | </menu_item_check> | 401 | </menu_item_check> |
402 | </menu> | 402 | </menu> |
403 | <menu_item_check bottom="-384" enabled="true" height="19" hidden="false" | ||
404 | label="Beacons Always On" left="0" mouse_opaque="true" | ||
405 | name="Beacons Always On" width="211" shortcut="control|N"> | ||
406 | <on_click function="ToggleControl" userdata="BeaconAlwaysOn" /> | ||
407 | <on_check control="BeaconAlwaysOn" /> | ||
408 | </menu_item_check> | ||
409 | <menu_item_check bottom="-403" enabled="true" height="19" hidden="false" | 403 | <menu_item_check bottom="-403" enabled="true" height="19" hidden="false" |
410 | label="Highlight Transparent" left="0" mouse_opaque="true" | 404 | label="Highlight Transparent" left="0" mouse_opaque="true" |
411 | name="Highlight Transparent" shortcut="control|alt|T" width="211"> | 405 | name="Highlight Transparent" shortcut="control|alt|T" width="211"> |
412 | <on_click function="View.HighlightTransparent" userdata="" /> | 406 | <on_click function="View.HighlightTransparent" userdata="" /> |
413 | <on_check function="View.CheckHighlightTransparent" /> | 407 | <on_check function="View.CheckHighlightTransparent" /> |
414 | </menu_item_check> | 408 | </menu_item_check> |
409 | <menu_item_check bottom="-384" enabled="true" height="19" hidden="false" | ||
410 | label="Beacons Always On" left="0" mouse_opaque="true" | ||
411 | name="Beacons Always On" width="211" shortcut="control|N"> | ||
412 | <on_click function="ToggleControl" userdata="BeaconAlwaysOn" /> | ||
413 | <on_check control="BeaconAlwaysOn" /> | ||
414 | </menu_item_check> | ||
415 | <menu bottom="-554" drop_shadow="true" enabled="true" height="117" | 415 | <menu bottom="-554" drop_shadow="true" enabled="true" height="117" |
416 | hidden="false" label="Beacons" left="0" mouse_opaque="false" name="Beacons" | 416 | hidden="false" label="Beacons" left="0" mouse_opaque="false" name="Beacons" |
417 | opaque="true" tear_off="true" create_jump_keys="true" width="129"> | 417 | opaque="true" tear_off="true" create_jump_keys="true" width="129"> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_audio.xml b/linden/indra/newview/skins/xui/en-us/panel_audio.xml index 203f70e..e237f99 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_audio.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_audio.xml | |||
@@ -10,30 +10,30 @@ | |||
10 | <slider bottom_delta="-20" control_name="AudioLevelMaster" enabled="true" follows="left|top" | 10 | <slider bottom_delta="-20" control_name="AudioLevelMaster" enabled="true" follows="left|top" |
11 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" | 11 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" |
12 | max_val="1" min_val="0" mouse_opaque="true" name="System Volume" width="120" | 12 | max_val="1" min_val="0" mouse_opaque="true" name="System Volume" width="120" |
13 | label="Master" show_text="false" label_width="50" volume="true" /> | 13 | label="Master" show_text="false" label_width="55" volume="true" /> |
14 | <slider bottom_delta="-20" control_name="AudioLevelMusic" enabled="true" follows="left|top" | 14 | <slider bottom_delta="-20" control_name="AudioLevelMusic" enabled="true" follows="left|top" |
15 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" | 15 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" |
16 | max_val="1" min_val="0" mouse_opaque="true" name="Music Volume" width="120" | 16 | max_val="1" min_val="0" mouse_opaque="true" name="Music Volume" width="120" |
17 | label="Music" show_text="false" label_width="50" volume="true" /> | 17 | label="Music" show_text="false" label_width="55" volume="true" /> |
18 | <slider bottom_delta="-20" control_name="AudioLevelMedia" enabled="true" follows="left|top" | 18 | <slider bottom_delta="-20" control_name="AudioLevelMedia" enabled="true" follows="left|top" |
19 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" | 19 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" |
20 | max_val="1" min_val="0" mouse_opaque="true" name="Media Volume" width="120" | 20 | max_val="1" min_val="0" mouse_opaque="true" name="Media Volume" width="120" |
21 | label="Media" show_text="false" label_width="50" volume="true" /> | 21 | label="Media" show_text="false" label_width="55" volume="true" /> |
22 | <slider bottom_delta="-20" control_name="AudioLevelVoice" enabled="true" follows="left|top" | 22 | <slider bottom_delta="-20" control_name="AudioLevelVoice" enabled="true" follows="left|top" |
23 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" | 23 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" |
24 | max_val="1" min_val="0" mouse_opaque="true" name="Voice Volume" width="120" | 24 | max_val="1" min_val="0" mouse_opaque="true" name="Voice Volume" width="120" |
25 | label="Voice" show_text="false" label_width="50" volume="true" /> | 25 | label="Voice" show_text="false" label_width="55" volume="true" /> |
26 | 26 | ||
27 | <slider bottom_delta="-20" control_name="AudioLevelSFX" enabled="true" follows="left|top" | 27 | <slider bottom_delta="-20" control_name="AudioLevelSFX" enabled="true" follows="left|top" |
28 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" | 28 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" |
29 | max_val="1" min_val="0" mouse_opaque="true" name="SFX Volume" width="120" | 29 | max_val="1" min_val="0" mouse_opaque="true" name="SFX Volume" width="120" |
30 | label="Sounds" show_text="false" label_width="50" volume="true" /> | 30 | label="Sounds" show_text="false" label_width="55" volume="true" /> |
31 | <slider bottom_delta="-20" control_name="AudioLevelAmbient" enabled="true" follows="left|top" | 31 | <slider bottom_delta="-20" control_name="AudioLevelAmbient" enabled="true" follows="left|top" |
32 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" | 32 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" |
33 | max_val="1" min_val="0" mouse_opaque="true" name="Wind Volume" width="120" | 33 | max_val="1" min_val="0" mouse_opaque="true" name="Wind Volume" width="120" |
34 | label="Ambient" show_text="false" label_width="50" volume="true" /> | 34 | label="Ambient" show_text="false" label_width="55" volume="true" /> |
35 | <slider bottom_delta="-20" control_name="AudioLevelUI" enabled="true" follows="left|top" | 35 | <slider bottom_delta="-20" control_name="AudioLevelUI" enabled="true" follows="left|top" |
36 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" | 36 | height="15" hidden="false" increment="0.05" initial_val="0.5" left="10" |
37 | max_val="1" min_val="0" mouse_opaque="true" name="UI Volume" width="120" | 37 | max_val="1" min_val="0" mouse_opaque="true" name="UI Volume" width="120" |
38 | label="UI" show_text="false" label_width="50" volume="true" /> | 38 | label="UI" show_text="false" label_width="55" volume="true" /> |
39 | </panel> | 39 | </panel> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_avatar.xml b/linden/indra/newview/skins/xui/en-us/panel_avatar.xml index 4e9bcd2..884ff6f 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_avatar.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_avatar.xml | |||
@@ -31,144 +31,144 @@ | |||
31 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 31 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
32 | bottom="-24" drop_shadow_visible="true" follows="left|top" | 32 | bottom="-24" drop_shadow_visible="true" follows="left|top" |
33 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" | 33 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" |
34 | mouse_opaque="true" name="Name:" v_pad="0" width="61"> | 34 | mouse_opaque="true" name="Name:" v_pad="0" width="70"> |
35 | Name: | 35 | Name: |
36 | </text> | 36 | </text> |
37 | <name_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" | 37 | <name_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" |
38 | border_thickness="1" bottom="-24" enabled="false" follows="left|top" | 38 | border_thickness="1" bottom="-24" enabled="false" follows="left|top" |
39 | font="SansSerifSmall" height="16" is_unicode="false" left_delta="66" | 39 | font="SansSerifSmall" height="16" is_unicode="false" left_delta="75" |
40 | max_length="254" mouse_opaque="false" name="name" | 40 | max_length="254" mouse_opaque="false" name="name" |
41 | text_readonly_color="1, 1, 1, 1" width="180" /> | 41 | text_readonly_color="1, 1, 1, 1" width="180" /> |
42 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 42 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
43 | bottom="-24" drop_shadow_visible="true" follows="left|top" | 43 | bottom="-24" drop_shadow_visible="true" follows="left|top" |
44 | font="SansSerifsmall" h_pad="0" halign="left" height="16" left_delta="200" | 44 | font="SansSerifsmall" h_pad="0" halign="left" height="16" left_delta="209" |
45 | mouse_opaque="true" name="online_yes" v_pad="0" width="130"> | 45 | mouse_opaque="true" name="online_yes" v_pad="0" width="121"> |
46 | Currently Online | 46 | Currently Online |
47 | </text> | 47 | </text> |
48 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 48 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
49 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" | 49 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" |
50 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="270" | 50 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="279" |
51 | mouse_opaque="true" name="label" v_pad="0" width="130"> | 51 | mouse_opaque="true" name="label" v_pad="0" width="121"> |
52 | Born: | 52 | Born: |
53 | </text> | 53 | </text> |
54 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" | 54 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" |
55 | border_thickness="1" bottom_delta="-16" enabled="true" follows="left|top" | 55 | border_thickness="1" bottom_delta="-16" enabled="true" follows="left|top" |
56 | font="SansSerifSmall" height="16" is_unicode="false" left="270" | 56 | font="SansSerifSmall" height="16" is_unicode="false" left="279" |
57 | max_length="254" mouse_opaque="false" name="born" | 57 | max_length="254" mouse_opaque="false" name="born" |
58 | text_readonly_color="1, 1, 1, 1" width="130" /> | 58 | text_readonly_color="1, 1, 1, 1" width="121" /> |
59 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 59 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
60 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" | 60 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" |
61 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="270" | 61 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="279" |
62 | mouse_opaque="true" name="label2" v_pad="0" width="130"> | 62 | mouse_opaque="true" name="label2" v_pad="0" width="121"> |
63 | Account: | 63 | Account: |
64 | </text> | 64 | </text> |
65 | <view_border blevel_style="in" bottom_delta="-32" follows="left|top" height="32" left="270" | 65 | <view_border blevel_style="in" bottom_delta="-32" follows="left|top" height="32" left="279" |
66 | mouse_opaque="false" name="acct_border" width="130" /> | 66 | mouse_opaque="false" name="acct_border" width="121" /> |
67 | <text bg_color="0, 0, 0, 0" bg_visible="false" border_drop_shadow_visible="false" | 67 | <text bg_color="0, 0, 0, 0" bg_visible="false" border_drop_shadow_visible="false" |
68 | border_visible="true" bottom_delta="0" drop_shadow_visible="true" | 68 | border_visible="true" bottom_delta="0" drop_shadow_visible="true" |
69 | follows="left|top" font="SansSerifSmall" height="32" left="270" | 69 | follows="left|top" font="SansSerifSmall" height="32" left="279" |
70 | mouse_opaque="false" name="acct" text_color="1, 1, 1, 1" width="130" /> | 70 | mouse_opaque="false" name="acct" text_color="1, 1, 1, 1" width="121" /> |
71 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 71 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
72 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" | 72 | bottom_delta="-20" drop_shadow_visible="true" follows="left|top" |
73 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="270" | 73 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="279" |
74 | mouse_opaque="true" name="partner_label" | 74 | mouse_opaque="true" name="partner_label" |
75 | tool_tip="Second Life partner. For more info on how to set, see www.secondlife.com/partner" | 75 | tool_tip="Second Life partner. For more info on how to set, see www.secondlife.com/partner" |
76 | v_pad="0" width="130"> | 76 | v_pad="0" width="130"> |
77 | Partner: | 77 | Partner: |
78 | </text> | 78 | </text> |
79 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | 79 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" |
80 | height="18" label="?" label_selected="?" left_delta="45" | 80 | height="18" label="?" label_selected="?" left_delta="53" |
81 | mouse_opaque="true" name="partner_help" width="18" /> | 81 | mouse_opaque="true" name="partner_help" width="18" /> |
82 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" | 82 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" |
83 | border_thickness="1" bottom_delta="-16" enabled="true" follows="left|top" | 83 | border_thickness="1" bottom_delta="-16" enabled="true" follows="left|top" |
84 | font="SansSerifSmall" height="16" is_unicode="false" left="270" | 84 | font="SansSerifSmall" height="16" is_unicode="false" left="279" |
85 | max_length="254" mouse_opaque="false" name="partner_edit" | 85 | max_length="254" mouse_opaque="false" name="partner_edit" |
86 | text_readonly_color="1, 1, 1, 1" | 86 | text_readonly_color="1, 1, 1, 1" |
87 | tool_tip="Second Life partner. For more info on how to set, see www.secondlife.com/partner" | 87 | tool_tip="Second Life partner. For more info on how to set, see www.secondlife.com/partner" |
88 | width="130"> | 88 | width="121"> |
89 | [FIRST] [LAST] | 89 | [FIRST] [LAST] |
90 | </line_editor> | 90 | </line_editor> |
91 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 91 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
92 | bottom="-44" drop_shadow_visible="true" follows="left|top" | 92 | bottom="-44" drop_shadow_visible="true" follows="left|top" |
93 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" | 93 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" |
94 | mouse_opaque="true" name="Photo:" v_pad="0" width="61"> | 94 | mouse_opaque="true" name="Photo:" v_pad="0" width="70"> |
95 | Photo: | 95 | Photo: |
96 | </text> | 96 | </text> |
97 | <texture_picker allow_no_texture="true" bottom="-179" can_apply_immediately="false" | 97 | <texture_picker allow_no_texture="true" bottom="-179" can_apply_immediately="false" |
98 | default_image_name="None" follows="left|top" height="151" label="" | 98 | default_image_name="None" follows="left|top" height="151" label="" |
99 | left="70" mouse_opaque="true" name="img" | 99 | left="79" mouse_opaque="true" name="img" |
100 | tool_tip="Click to choose a picture" width="180" /> | 100 | tool_tip="Click to choose a picture" width="180" /> |
101 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 101 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
102 | bottom="-183" drop_shadow_visible="true" follows="left|top" | 102 | bottom="-183" drop_shadow_visible="true" follows="left|top" |
103 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" | 103 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" |
104 | mouse_opaque="true" name="Groups:" v_pad="0" width="61"> | 104 | mouse_opaque="true" name="Groups:" v_pad="0" width="70"> |
105 | Groups: | 105 | Groups: |
106 | </text> | 106 | </text> |
107 | <scroll_list background_visible="false" bottom="-258" column_padding="5" draw_border="true" | 107 | <scroll_list background_visible="false" bottom="-258" column_padding="5" draw_border="true" |
108 | fg_disable_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1" | 108 | fg_disable_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1" |
109 | follows="left|top" height="90" left="70" mouse_opaque="false" | 109 | follows="left|top" height="90" left="79" mouse_opaque="false" |
110 | multi_select="false" name="groups" width="330" /> | 110 | multi_select="false" name="groups" width="321" /> |
111 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 111 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
112 | bottom="-280" drop_shadow_visible="true" follows="left|top" | 112 | bottom="-280" drop_shadow_visible="true" follows="left|top" |
113 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" | 113 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" |
114 | mouse_opaque="true" name="About:" v_pad="0" width="61"> | 114 | mouse_opaque="true" name="About:" v_pad="0" width="70"> |
115 | About: | 115 | About: |
116 | </text> | 116 | </text> |
117 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 117 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
118 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" | 118 | bottom_delta="-16" drop_shadow_visible="true" follows="left|top" |
119 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="0" | 119 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="0" |
120 | mouse_opaque="true" name="(500 chars)" v_pad="0" width="65"> | 120 | mouse_opaque="true" name="(500 chars)" v_pad="0" width="70"> |
121 | (500 chars) | 121 | (500 chars) |
122 | </text> | 122 | </text> |
123 | <text_editor bg_readonly_color="0, 0, 0, 0" bottom="-375" embedded_items="false" | 123 | <text_editor bg_readonly_color="0, 0, 0, 0" bottom="-375" embedded_items="false" |
124 | enabled="true" follows="left|top" font="SansSerifSmall" height="110" | 124 | enabled="true" follows="left|top" font="SansSerifSmall" height="110" |
125 | is_unicode="false" left="70" max_length="511" mouse_opaque="true" | 125 | is_unicode="false" left="79" max_length="511" mouse_opaque="true" |
126 | name="about" text_readonly_color="1, 1, 1, 1" width="330" word_wrap="true" /> | 126 | name="about" text_readonly_color="1, 1, 1, 1" width="321" word_wrap="true" /> |
127 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 127 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
128 | bottom="-403" drop_shadow_visible="true" follows="left|top" | 128 | bottom="-403" drop_shadow_visible="true" follows="left|top" |
129 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="0" | 129 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="0" |
130 | mouse_opaque="true" name="Give item:" v_pad="0" width="69"> | 130 | mouse_opaque="true" name="Give item:" v_pad="0" width="75"> |
131 | Give item: | 131 | Give item: |
132 | </text> | 132 | </text> |
133 | <view_border blevel_style="in" border_thickness="0" bottom="-466" follows="left|top" | 133 | <view_border blevel_style="in" border_thickness="0" bottom="-466" follows="left|top" |
134 | height="466" left_delta="4" mouse_opaque="false" name="drop_target_rect" | 134 | height="466" left_delta="4" mouse_opaque="false" name="drop_target_rect" |
135 | width="418" /> | 135 | width="409" /> |
136 | <view_border blevel_style="in" bottom="-403" follows="left|top" height="16" left_delta="66" | 136 | <view_border blevel_style="in" bottom="-403" follows="left|top" height="16" left_delta="75" |
137 | mouse_opaque="false" name="drop_target_rect_vis" width="330" /> | 137 | mouse_opaque="false" name="drop_target_rect_vis" width="321" /> |
138 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 138 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
139 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 139 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
140 | font="SansSerifSmall" h_pad="0" halign="center" height="16" left_delta="0" | 140 | font="SansSerifSmall" h_pad="0" halign="center" height="16" left_delta="0" |
141 | mouse_opaque="true" name="Give inventory" | 141 | mouse_opaque="true" name="Give inventory" |
142 | tool_tip="Drop inventory items here to give them to this person." v_pad="2" | 142 | tool_tip="Drop inventory items here to give them to this person." v_pad="2" |
143 | width="330"> | 143 | width="321"> |
144 | Drop inventory item here. | 144 | Drop inventory item here. |
145 | </text> | 145 | </text> |
146 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" | 146 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" |
147 | initial_value="false" label="Show In Search" left="70" | 147 | initial_value="false" label="Show In Search" left="75" |
148 | mouse_opaque="true" name="allow_publish" | 148 | mouse_opaque="true" name="allow_publish" |
149 | tool_tip="Publish extra profile information such as description and image in Search." width="130" /> | 149 | tool_tip="Publish extra profile information such as description and image in Search." width="130" /> |
150 | <button bottom="-423" follows="left|top" font="SansSerif" halign="center" height="16" | 150 | <button bottom="-423" follows="left|top" font="SansSerif" halign="center" height="16" |
151 | label="?" label_selected="?" left_delta="140" mouse_opaque="true" name="?" | 151 | label="?" label_selected="?" left_delta="145" mouse_opaque="true" name="?" |
152 | width="20" /> | 152 | width="20" /> |
153 | <button bottom="-428" font="SansSerif" halign="center" height="20" label="Find on Map" | 153 | <button bottom="-428" font="SansSerif" halign="center" height="20" label="Find on Map" |
154 | label_selected="Find on Map" left="34" mouse_opaque="true" | 154 | label_selected="Find on Map" left="24" mouse_opaque="true" |
155 | name="Find on Map" width="100" /> | 155 | name="Find on Map" width="100" /> |
156 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" | 156 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" |
157 | label="Offer Teleport..." label_selected="Offer Teleport..." | 157 | label="Offer Teleport..." label_selected="Offer Teleport..." |
158 | left_delta="112" mouse_opaque="true" name="Offer Teleport..." width="140" /> | 158 | left_delta="102" mouse_opaque="true" name="Offer Teleport..." width="140" /> |
159 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" label="Add Friend..." | 159 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" label="Add Friend..." |
160 | label_selected="Add Friend..." left_delta="152" mouse_opaque="true" | 160 | label_selected="Add Friend..." left_delta="142" mouse_opaque="true" |
161 | name="Add Friend..." width="100" /> | 161 | name="Add Friend..." width="130" /> |
162 | <button bottom_delta="-24" font="SansSerif" halign="center" height="20" label="Pay..." | 162 | <button bottom_delta="-24" font="SansSerif" halign="center" height="20" label="Pay..." |
163 | label_selected="Pay..." left="34" mouse_opaque="true" name="Pay..." | 163 | label_selected="Pay..." left="24" mouse_opaque="true" name="Pay..." |
164 | width="100" /> | 164 | width="100" /> |
165 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" | 165 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" |
166 | label="Instant Message..." label_selected="Instant Message..." | 166 | label="Instant Message..." label_selected="Instant Message..." |
167 | left_delta="112" mouse_opaque="true" name="Instant Message..." width="140" | 167 | left_delta="102" mouse_opaque="true" name="Instant Message..." width="140" |
168 | tool_tip="Instant Message (IM)"/> | 168 | tool_tip="Instant Message (IM)"/> |
169 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" label="Mute" | 169 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" label="Mute" |
170 | label_selected="Mute" left_delta="152" mouse_opaque="true" name="Mute" | 170 | label_selected="Mute" left_delta="142" mouse_opaque="true" name="Mute" |
171 | width="100" /> | 171 | width="130" /> |
172 | </panel> | 172 | </panel> |
173 | <panel border="true" bottom="-482" follows="left|top|right|bottom" height="466" | 173 | <panel border="true" bottom="-482" follows="left|top|right|bottom" height="466" |
174 | label="Web" left="1" mouse_opaque="true" name="WebProfile" width="418"> | 174 | label="Web" left="1" mouse_opaque="true" name="WebProfile" width="418"> |
@@ -210,11 +210,11 @@ | |||
210 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 210 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
211 | bottom="-36" drop_shadow_visible="true" follows="left|top" | 211 | bottom="-36" drop_shadow_visible="true" follows="left|top" |
212 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" | 212 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" |
213 | mouse_opaque="true" name="I Want To:" v_pad="0" width="61"> | 213 | mouse_opaque="true" name="I Want To:" v_pad="0" width="70"> |
214 | I Want To: | 214 | I Want To: |
215 | </text> | 215 | </text> |
216 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" | 216 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" |
217 | initial_value="false" label="Build" left_delta="66" mouse_opaque="true" | 217 | initial_value="false" label="Build" left_delta="70" mouse_opaque="true" |
218 | name="chk0" width="90" /> | 218 | name="chk0" width="90" /> |
219 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" | 219 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" |
220 | initial_value="false" label="Explore" left_delta="170" mouse_opaque="true" | 220 | initial_value="false" label="Explore" left_delta="170" mouse_opaque="true" |
@@ -239,17 +239,17 @@ | |||
239 | name="chk7" width="92" /> | 239 | name="chk7" width="92" /> |
240 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" | 240 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" |
241 | border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top" | 241 | border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top" |
242 | font="SansSerifSmall" height="16" is_unicode="false" left="70" | 242 | font="SansSerifSmall" height="16" is_unicode="false" left="74" |
243 | max_length="254" mouse_opaque="true" name="want_to_edit" | 243 | max_length="254" mouse_opaque="true" name="want_to_edit" |
244 | text_readonly_color="1, 1, 1, 1" width="330" /> | 244 | text_readonly_color="1, 1, 1, 1" width="330" /> |
245 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 245 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
246 | bottom_delta="-26" drop_shadow_visible="true" follows="left|top" | 246 | bottom_delta="-26" drop_shadow_visible="true" follows="left|top" |
247 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" | 247 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" |
248 | mouse_opaque="true" name="Skills:" v_pad="0" width="61"> | 248 | mouse_opaque="true" name="Skills:" v_pad="0" width="70"> |
249 | Skills: | 249 | Skills: |
250 | </text> | 250 | </text> |
251 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" | 251 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" |
252 | initial_value="false" label="Textures" left_delta="66" mouse_opaque="true" | 252 | initial_value="false" label="Textures" left_delta="70" mouse_opaque="true" |
253 | name="schk0" width="90" /> | 253 | name="schk0" width="90" /> |
254 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" | 254 | <check_box bottom_delta="0" follows="left|top" font="SansSerifSmall" height="16" |
255 | initial_value="false" label="Architecture" left_delta="170" | 255 | initial_value="false" label="Architecture" left_delta="170" |
@@ -268,18 +268,18 @@ | |||
268 | mouse_opaque="true" name="schk5" width="127" /> | 268 | mouse_opaque="true" name="schk5" width="127" /> |
269 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" | 269 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" |
270 | border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top" | 270 | border_thickness="1" bottom_delta="-20" enabled="true" follows="left|top" |
271 | font="SansSerifSmall" height="16" is_unicode="false" left="70" | 271 | font="SansSerifSmall" height="16" is_unicode="false" left="74" |
272 | max_length="254" mouse_opaque="true" name="skills_edit" | 272 | max_length="254" mouse_opaque="true" name="skills_edit" |
273 | text_readonly_color="1, 1, 1, 1" width="330" /> | 273 | text_readonly_color="1, 1, 1, 1" width="330" /> |
274 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 274 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
275 | bottom_delta="-30" drop_shadow_visible="true" follows="left|top" | 275 | bottom_delta="-30" drop_shadow_visible="true" follows="left|top" |
276 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" | 276 | font="SansSerifSmall" h_pad="0" halign="right" height="16" left="4" |
277 | mouse_opaque="true" name="Languages:" v_pad="0" width="61"> | 277 | mouse_opaque="true" name="Languages:" v_pad="0" width="70"> |
278 | Languages: | 278 | Languages: |
279 | </text> | 279 | </text> |
280 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" | 280 | <line_editor bevel_style="in" bg_readonly_color="0, 0, 0, 0" border_style="line" |
281 | border_thickness="1" bottom_delta="0" enabled="true" follows="left|top" | 281 | border_thickness="1" bottom_delta="0" enabled="true" follows="left|top" |
282 | font="SansSerifSmall" height="16" is_unicode="false" left="70" | 282 | font="SansSerifSmall" height="16" is_unicode="false" left="74" |
283 | max_length="254" mouse_opaque="true" name="languages_edit" | 283 | max_length="254" mouse_opaque="true" name="languages_edit" |
284 | text_readonly_color="1, 1, 1, 1" width="330" /> | 284 | text_readonly_color="1, 1, 1, 1" width="330" /> |
285 | </panel> | 285 | </panel> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_classified.xml b/linden/indra/newview/skins/xui/en-us/panel_classified.xml index 21a706e..4bb4988 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_classified.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_classified.xml | |||
@@ -18,11 +18,11 @@ | |||
18 | <button bottom_delta="0" follows="left|top" height="20" label="Set" left="380" | 18 | <button bottom_delta="0" follows="left|top" height="20" label="Set" left="380" |
19 | name="set_location_btn" width="60" /> | 19 | name="set_location_btn" width="60" /> |
20 | <button bottom_delta="-28" follows="left|top" height="20" label="Teleport" left="20" | 20 | <button bottom_delta="-28" follows="left|top" height="20" label="Teleport" left="20" |
21 | name="classified_teleport_btn" width="80" /> | 21 | name="classified_teleport_btn" width="100" /> |
22 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="105" | 22 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="125" |
23 | name="classified_map_btn" width="100" /> | 23 | name="classified_map_btn" width="100" /> |
24 | <button bottom_delta="0" follows="left|top" height="20" label="Profile" left="210" | 24 | <button bottom_delta="0" follows="left|top" height="20" label="Profile" left="230" |
25 | name="classified_profile_btn" width="70" /> | 25 | name="classified_profile_btn" width="100" /> |
26 | <check_box bottom="422" follows="left|top" height="20" label="Mature" left="30" | 26 | <check_box bottom="422" follows="left|top" height="20" label="Mature" left="30" |
27 | name="classified_mature_check" text_readonly_color="white" width="80" /> | 27 | name="classified_mature_check" text_readonly_color="white" width="80" /> |
28 | <combo_box bg_readonly_color="grey" bottom="445" follows="left|top" height="18" label="" | 28 | <combo_box bg_readonly_color="grey" bottom="445" follows="left|top" height="18" label="" |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_event.xml b/linden/indra/newview/skins/xui/en-us/panel_event.xml index f217bea..9cd58c6 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_event.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_event.xml | |||
@@ -76,13 +76,13 @@ | |||
76 | <text_editor bottom_delta="-230" follows="left|top" height="220" left="20" max_length="1024" | 76 | <text_editor bottom_delta="-230" follows="left|top" height="220" left="20" max_length="1024" |
77 | name="event_desc" width="400" /> | 77 | name="event_desc" width="400" /> |
78 | <button bottom_delta="-24" follows="left|top" height="20" label="Teleport" left="20" | 78 | <button bottom_delta="-24" follows="left|top" height="20" label="Teleport" left="20" |
79 | name="teleport_btn" width="80" /> | 79 | name="teleport_btn" width="140" /> |
80 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="105" | 80 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="165" |
81 | name="map_btn" width="100" /> | 81 | name="map_btn" width="140" /> |
82 | <button bottom_delta="0" follows="left|top" height="20" label="Notify" left="210" | 82 | <button bottom_delta="-20" follows="left|top" height="20" label="Notify" left="20" |
83 | name="notify_btn" width="90" /> | 83 | name="notify_btn" width="140" /> |
84 | <button bottom_delta="0" follows="left|top" height="20" label="Create Event..." | 84 | <button bottom_delta="0" follows="left|top" height="20" label="Create Event..." |
85 | left="305" name="create_event_btn" width="110" /> | 85 | left="165" name="create_event_btn" width="140" /> |
86 | <text name="none" hidden="true">none</text> | 86 | <text name="none" hidden="true">none</text> |
87 | <text name="notify" hidden="true">Notify</text> | 87 | <text name="notify" hidden="true">Notify</text> |
88 | <text name="dont_notify" hidden="true">Don't Notify</text> | 88 | <text name="dont_notify" hidden="true">Don't Notify</text> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_group_general.xml b/linden/indra/newview/skins/xui/en-us/panel_group_general.xml index 7896844..05252ab 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_group_general.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_group_general.xml | |||
@@ -8,6 +8,7 @@ general Group Preferences and member options. | |||
8 | 8 | ||
9 | Hover your mouse over the options for more help. | 9 | Hover your mouse over the options for more help. |
10 | </text> | 10 | </text> |
11 | <string name="group_info_unchanged">General group information has changed.</string> | ||
11 | <button bottom="-24" follows="left|top" font="SansSerif" halign="center" height="16" | 12 | <button bottom="-24" follows="left|top" font="SansSerif" halign="center" height="16" |
12 | label="?" label_selected="?" left="391" mouse_opaque="true" | 13 | label="?" label_selected="?" left="391" mouse_opaque="true" |
13 | name="help_button" width="20" /> | 14 | name="help_button" width="20" /> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_group_land_money.xml b/linden/indra/newview/skins/xui/en-us/panel_group_land_money.xml index fce837e..8e078c3 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_group_land_money.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_group_land_money.xml | |||
@@ -48,7 +48,7 @@ provide information about the group's finances. | |||
48 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="125" | 48 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="125" |
49 | mouse_opaque="true" name="total_contributed_land_value" v_pad="0" | 49 | mouse_opaque="true" name="total_contributed_land_value" v_pad="0" |
50 | width="100"> | 50 | width="100"> |
51 | 0 sq. meters | 51 | [AREA] sq. meters |
52 | </text> | 52 | </text> |
53 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 53 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
54 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" | 54 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" |
@@ -60,7 +60,7 @@ provide information about the group's finances. | |||
60 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 60 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
61 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="125" | 61 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="125" |
62 | mouse_opaque="true" name="total_land_in_use_value" v_pad="0" width="150"> | 62 | mouse_opaque="true" name="total_land_in_use_value" v_pad="0" width="150"> |
63 | 0 sq. meters | 63 | [AREA] sq. meters |
64 | </text> | 64 | </text> |
65 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 65 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
66 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" | 66 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" |
@@ -72,7 +72,7 @@ provide information about the group's finances. | |||
72 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | 72 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" |
73 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="125" | 73 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="125" |
74 | mouse_opaque="true" name="land_available_value" v_pad="0" width="120"> | 74 | mouse_opaque="true" name="land_available_value" v_pad="0" width="120"> |
75 | 0 sq. meters | 75 | [AREA] sq. meters |
76 | </text> | 76 | </text> |
77 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 77 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
78 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" | 78 | bottom_delta="-18" drop_shadow_visible="true" follows="left|top" |
@@ -85,18 +85,13 @@ provide information about the group's finances. | |||
85 | left_delta="125" max_length="10" mouse_opaque="true" | 85 | left_delta="125" max_length="10" mouse_opaque="true" |
86 | name="your_contribution_line_editor" prevalidate="non_negative_s32" | 86 | name="your_contribution_line_editor" prevalidate="non_negative_s32" |
87 | width="70" /> | 87 | width="70" /> |
88 | <string name="land_contrib_error">Unable to set your land contribution.</string> | ||
88 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 89 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
89 | bottom_delta="-2" drop_shadow_visible="true" follows="left|top" | 90 | bottom_delta="-2" drop_shadow_visible="true" follows="left|top" |
90 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="75" | 91 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="75" |
91 | mouse_opaque="true" name="your_contribution_max_value_append" v_pad="0" | 92 | mouse_opaque="true" name="your_contribution_max_value" v_pad="0" |
92 | width="58"> | 93 | width="200"> |
93 | sq. meters | 94 | sq. meters ([AMOUNT] max) |
94 | </text> | ||
95 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
96 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | ||
97 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="58" | ||
98 | mouse_opaque="true" name="your_contribution_max_value" v_pad="0" width="100" visible="false"> | ||
99 | ([AMOUNT] max) | ||
100 | </text> | 95 | </text> |
101 | <icon bottom_delta="-27" height="16" image_name="smicon_warn.tga" left="9" | 96 | <icon bottom_delta="-27" height="16" image_name="smicon_warn.tga" left="9" |
102 | name="group_over_limit_icon" width="16" /> | 97 | name="group_over_limit_icon" width="16" /> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_group_notices.xml b/linden/indra/newview/skins/xui/en-us/panel_group_notices.xml index 09ea84e..592d458 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_group_notices.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_group_notices.xml | |||
@@ -27,10 +27,10 @@ the General tab. | |||
27 | Notices are kept for 30 days. Click the notice below you wish to view. | 27 | Notices are kept for 30 days. Click the notice below you wish to view. |
28 | Click the 'Refresh' button to check if new notices have been received. | 28 | Click the 'Refresh' button to check if new notices have been received. |
29 | </text> | 29 | </text> |
30 | <scroll_list background_visible="false" bottom_delta="-130" column_padding="0" | 30 | <scroll_list background_visible="false" bottom_delta="-137" column_padding="0" |
31 | draw_border="true" draw_heading="true" enabled="true" | 31 | draw_border="true" draw_heading="true" enabled="true" |
32 | fg_unselected_color="200,200,200,255" heading_font="SansSerifSmall" | 32 | fg_unselected_color="200,200,200,255" heading_font="SansSerifSmall" |
33 | heading_height="14" height="116" left="7" mouse_opaque="true" | 33 | heading_height="14" height="109" left="7" mouse_opaque="true" |
34 | multi_select="false" name="notice_list" width="404"> | 34 | multi_select="false" name="notice_list" width="404"> |
35 | <column label="" name="icon" width="16" /> | 35 | <column label="" name="icon" width="16" /> |
36 | <column label="Subject" name="subject" width="171" /> | 36 | <column label="Subject" name="subject" width="171" /> |
@@ -47,7 +47,7 @@ Click the 'Refresh' button to check if new notices have been received. | |||
47 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" | 47 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" |
48 | label="Refresh" label_selected="Refresh List" left="321" | 48 | label="Refresh" label_selected="Refresh List" left="321" |
49 | mouse_opaque="true" name="refresh_notices" width="90" /> | 49 | mouse_opaque="true" name="refresh_notices" width="90" /> |
50 | <panel border="false" bottom="0" follows="all" height="275" label="Create New Notice" | 50 | <panel border="false" bottom="0" follows="all" height="268" label="Create New Notice" |
51 | left="1" mouse_opaque="true" name="panel_create_new_notice" width="418"> | 51 | left="1" mouse_opaque="true" name="panel_create_new_notice" width="418"> |
52 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 52 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
53 | bottom="-18" drop_shadow_visible="true" font="SansSerifBig" h_pad="0" | 53 | bottom="-18" drop_shadow_visible="true" font="SansSerifBig" h_pad="0" |
@@ -93,15 +93,15 @@ and you can't send a folder. | |||
93 | <line_editor bg_visible="false" border_visible="false" bottom_delta="-2" enabled="false" | 93 | <line_editor bg_visible="false" border_visible="false" bottom_delta="-2" enabled="false" |
94 | font="SansSerifSmall" height="16" is_unicode="false" left_delta="59" | 94 | font="SansSerifSmall" height="16" is_unicode="false" left_delta="59" |
95 | max_length="63" mouse_opaque="false" name="create_inventory_name" | 95 | max_length="63" mouse_opaque="false" name="create_inventory_name" |
96 | text_readonly_color="0.784, 0.819, 0.8, 1" width="264" /> | 96 | text_readonly_color="0.784, 0.819, 0.8, 1" width="211" /> |
97 | <icon bottom_delta="0" height="16" left_delta="0" mouse_opaque="false" | 97 | <icon bottom_delta="0" height="16" left_delta="0" mouse_opaque="false" |
98 | name="create_inv_icon" width="16" /> | 98 | name="create_inv_icon" width="16" /> |
99 | <button bottom_delta="-22" font="SansSerif" halign="center" height="20" | ||
100 | label="Remove Attachment" label_selected="Remove Attachment" left="66" | ||
101 | mouse_opaque="true" name="remove_attachment" width="135" /> | ||
102 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" | 99 | <button bottom_delta="0" font="SansSerif" halign="center" height="20" |
103 | label="Send Notice" label_selected="Send Notice" left="310" | 100 | label="Remove Attachment" label_selected="Remove Attachment" left="279" |
104 | mouse_opaque="true" name="send_notice" width="100" /> | 101 | mouse_opaque="true" name="remove_attachment" width="135" /> |
102 | <button bottom_delta="-20" font="SansSerif" halign="center" height="20" | ||
103 | label="Send Notice" label_selected="Send Notice" left="279" | ||
104 | mouse_opaque="true" name="send_notice" width="135" /> | ||
105 | <panel bevel_style="in" border="true" bottom="172" height="76" left="335" | 105 | <panel bevel_style="in" border="true" bottom="172" height="76" left="335" |
106 | name="drop_target2" width="76" /> | 106 | name="drop_target2" width="76" /> |
107 | <icon bottom_delta="7" height="64" image_name="icon_groupnoticeinventory.tga" | 107 | <icon bottom_delta="7" height="64" image_name="icon_groupnoticeinventory.tga" |
@@ -110,7 +110,7 @@ and you can't send a folder. | |||
110 | tool_tip="Drag an inventory item onto the message box to send it with the notice. You must have permission to copy and transfer the object to send it with the notice." | 110 | tool_tip="Drag an inventory item onto the message box to send it with the notice. You must have permission to copy and transfer the object to send it with the notice." |
111 | width="422" /> | 111 | width="422" /> |
112 | </panel> | 112 | </panel> |
113 | <panel border="false" bottom="0" follows="all" height="275" label="View Past Notice" | 113 | <panel border="false" bottom="0" follows="all" height="268" label="View Past Notice" |
114 | left="1" mouse_opaque="true" name="panel_view_past_notice" width="418"> | 114 | left="1" mouse_opaque="true" name="panel_view_past_notice" width="418"> |
115 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 115 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
116 | bottom="-18" drop_shadow_visible="true" font="SansSerifBig" h_pad="0" | 116 | bottom="-18" drop_shadow_visible="true" font="SansSerifBig" h_pad="0" |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_place_small.xml b/linden/indra/newview/skins/xui/en-us/panel_place_small.xml index a821956..6f9880c 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_place_small.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_place_small.xml | |||
@@ -17,8 +17,8 @@ | |||
17 | height="20" left="20" name="location_editor" text_readonly_color="white" | 17 | height="20" left="20" name="location_editor" text_readonly_color="white" |
18 | width="360" /> | 18 | width="360" /> |
19 | <button bottom_delta="-30" follows="left|top" height="20" label="Teleport" left="20" | 19 | <button bottom_delta="-30" follows="left|top" height="20" label="Teleport" left="20" |
20 | name="teleport_btn" width="80" /> | 20 | name="teleport_btn" width="100" /> |
21 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="105" | 21 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="125" |
22 | name="map_btn" width="100" /> | 22 | name="map_btn" width="100" /> |
23 | <button bottom_delta="0" follows="left|top" height="20" label="Bids..." left="275" | 23 | <button bottom_delta="0" follows="left|top" height="20" label="Bids..." left="275" |
24 | name="auction_btn" width="80" /> | 24 | name="auction_btn" width="80" /> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_preferences_general.xml b/linden/indra/newview/skins/xui/en-us/panel_preferences_general.xml index 6792202..79ebb7e 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_preferences_general.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_preferences_general.xml | |||
@@ -2,8 +2,8 @@ | |||
2 | height="408" hidden="false" label="General" left="102" mouse_opaque="true" | 2 | height="408" hidden="false" label="General" left="102" mouse_opaque="true" |
3 | name="general_panel" width="517"> | 3 | name="general_panel" width="517"> |
4 | <combo_box allow_text_entry="true" bottom="-24" enabled="true" follows="left|bottom" | 4 | <combo_box allow_text_entry="true" bottom="-24" enabled="true" follows="left|bottom" |
5 | height="16" hidden="false" left="148" max_chars="128" mouse_opaque="true" | 5 | height="16" hidden="false" left="155" max_chars="128" mouse_opaque="true" |
6 | name="location_combobox" width="128" > | 6 | name="location_combobox" width="146" > |
7 | <combo_item name="MyHome" value="My Home"> | 7 | <combo_item name="MyHome" value="My Home"> |
8 | My Home | 8 | My Home |
9 | </combo_item> | 9 | </combo_item> |
@@ -13,65 +13,65 @@ | |||
13 | </combo_box> | 13 | </combo_box> |
14 | <check_box bottom="-44" control_name="ShowStartLocation" enabled="true" follows="left|top" | 14 | <check_box bottom="-44" control_name="ShowStartLocation" enabled="true" follows="left|top" |
15 | font="SansSerifSmall" height="16" hidden="false" initial_value="true" | 15 | font="SansSerifSmall" height="16" hidden="false" initial_value="true" |
16 | label="Show Start Location on Login Screen" left="148" mouse_opaque="true" | 16 | label="Show Start Location on Login Screen" left="151" mouse_opaque="true" |
17 | name="show_location_checkbox" radio_style="false" width="256" /> | 17 | name="show_location_checkbox" radio_style="false" width="256" /> |
18 | <radio_group bottom="-108" control_name="RenderName" draw_border="true" enabled="true" | 18 | <radio_group bottom="-108" control_name="RenderName" draw_border="true" enabled="true" |
19 | follows="left|top" height="54" hidden="false" left="148" | 19 | follows="left|top" height="54" hidden="false" left="155" |
20 | mouse_opaque="true" name="fade_out_radio" width="128"> | 20 | mouse_opaque="true" name="fade_out_radio" width="128"> |
21 | <radio_item type="string" length="1" bottom="-19" enabled="true" follows="left|top" height="16" hidden="false" | 21 | <radio_item type="string" length="1" bottom="-19" enabled="true" follows="left|top" height="16" hidden="false" |
22 | left="3" mouse_opaque="true" name="Never" width="463"> | 22 | left="6" mouse_opaque="true" name="Never" width="463"> |
23 | Never | 23 | Never |
24 | </radio_item> | 24 | </radio_item> |
25 | <radio_item type="string" length="1" bottom="-35" enabled="true" follows="left|top" height="16" hidden="false" | 25 | <radio_item type="string" length="1" bottom="-35" enabled="true" follows="left|top" height="16" hidden="false" |
26 | left="3" mouse_opaque="true" name="Temporarily" width="463"> | 26 | left="6" mouse_opaque="true" name="Temporarily" width="463"> |
27 | Show Temporarily | 27 | Show Temporarily |
28 | </radio_item> | 28 | </radio_item> |
29 | <radio_item type="string" length="1" bottom="-51" enabled="true" follows="left|top" height="16" hidden="false" | 29 | <radio_item type="string" length="1" bottom="-51" enabled="true" follows="left|top" height="16" hidden="false" |
30 | left="3" mouse_opaque="true" name="Always" width="463"> | 30 | left="6" mouse_opaque="true" name="Always" width="463"> |
31 | Always | 31 | Always |
32 | </radio_item> | 32 | </radio_item> |
33 | </radio_group> | 33 | </radio_group> |
34 | <check_box bottom="-134" control_name="RenderNameHideSelf" enabled="true" | 34 | <check_box bottom="-134" control_name="RenderNameHideSelf" enabled="true" |
35 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | 35 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" |
36 | initial_value="false" label="Hide My Name On My Screen" left="148" | 36 | initial_value="false" label="Hide My Name On My Screen" left="151" |
37 | mouse_opaque="true" name="show_my_name_checkbox" radio_style="false" | 37 | mouse_opaque="true" name="show_my_name_checkbox" radio_style="false" |
38 | width="256" /> | 38 | width="256" /> |
39 | <check_box bottom="-152" control_name="RenderHideGroupTitle" enabled="true" | 39 | <check_box bottom="-152" control_name="RenderHideGroupTitle" enabled="true" |
40 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | 40 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" |
41 | initial_value="false" label="Hide My Group Title" left="148" | 41 | initial_value="false" label="Hide My Group Title" left="151" |
42 | mouse_opaque="true" name="show_my_title_checkbox" radio_style="false" | 42 | mouse_opaque="true" name="show_my_title_checkbox" radio_style="false" |
43 | width="256" /> | 43 | width="256" /> |
44 | <check_box bottom="-170" control_name="SmallAvatarNames" enabled="true" follows="left|top" | 44 | <check_box bottom="-170" control_name="SmallAvatarNames" enabled="true" follows="left|top" |
45 | font="SansSerifSmall" height="16" hidden="false" initial_value="true" | 45 | font="SansSerifSmall" height="16" hidden="false" initial_value="true" |
46 | label="Small Avatar Names" left="148" mouse_opaque="true" | 46 | label="Small Avatar Names" left="151" mouse_opaque="true" |
47 | name="small_avatar_names_checkbox" radio_style="false" width="256" /> | 47 | name="small_avatar_names_checkbox" radio_style="false" width="256" /> |
48 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-236" | 48 | <color_swatch border_color="0.45098 0.517647 0.607843 1" bottom="-236" |
49 | can_apply_immediately="false" color="1 1 1 1" control_name="EffectColor" | 49 | can_apply_immediately="false" color="1 1 1 1" control_name="EffectColor" |
50 | enabled="true" follows="left|top" height="56" hidden="false" label="" | 50 | enabled="true" follows="left|top" height="56" hidden="false" label="" |
51 | left="148" mouse_opaque="true" name="effect_color_swatch" | 51 | left="153" mouse_opaque="true" name="effect_color_swatch" |
52 | tool_tip="Click to open Color Picker" width="40" /> | 52 | tool_tip="Click to open Color Picker" width="40" /> |
53 | <spinner bottom="-246" control_name="AFKTimeout" enabled="true" follows="left|top" | 53 | <spinner bottom="-246" control_name="AFKTimeout" enabled="true" follows="left|top" |
54 | height="16" hidden="false" increment="1" initial_val="300" | 54 | height="16" hidden="false" increment="1" initial_val="300" |
55 | label="Away Timeout:" label_width="138" left="10" max_val="600" | 55 | label="Away Timeout:" label_width="141" left="10" max_val="600" |
56 | min_val="30" mouse_opaque="true" name="afk_timeout_spinner" width="202" /> | 56 | min_val="30" mouse_opaque="true" name="afk_timeout_spinner" width="202" /> |
57 | <check_box bottom="-272" control_name="ChatOnlineNotification" enabled="true" | 57 | <check_box bottom="-272" control_name="ChatOnlineNotification" enabled="true" |
58 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | 58 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" |
59 | initial_value="false" label="Show Online Friend Notifications" left="148" | 59 | initial_value="false" label="Show Online Friend Notifications" left="151" |
60 | mouse_opaque="true" name="friends_online_notify_checkbox" | 60 | mouse_opaque="true" name="friends_online_notify_checkbox" |
61 | radio_style="false" width="256" /> | 61 | radio_style="false" width="256" /> |
62 | <check_box bottom="-290" control_name="MiniMapRotate" enabled="true" follows="left|top" | 62 | <check_box bottom="-290" control_name="MiniMapRotate" enabled="true" follows="left|top" |
63 | font="SansSerifSmall" height="16" hidden="false" initial_value="false" | 63 | font="SansSerifSmall" height="16" hidden="false" initial_value="false" |
64 | label="Rotate Mini-Map" left="148" mouse_opaque="true" | 64 | label="Rotate Mini-Map" left="151" mouse_opaque="true" |
65 | name="rotate_mini_map_checkbox" radio_style="false" width="256" /> | 65 | name="rotate_mini_map_checkbox" radio_style="false" width="256" /> |
66 | <check_box bottom="-308" control_name="NotifyMoneyChange" enabled="true" | 66 | <check_box bottom="-308" control_name="NotifyMoneyChange" enabled="true" |
67 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | 67 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" |
68 | initial_value="false" | 68 | initial_value="false" |
69 | label="Notify when Linden dollars (L$) spent or received" left="148" | 69 | label="Notify when Linden dollars (L$) spent or received" left="151" |
70 | mouse_opaque="true" name="notify_money_change_checkbox" radio_style="false" | 70 | mouse_opaque="true" name="notify_money_change_checkbox" radio_style="false" |
71 | width="256" /> | 71 | width="256" /> |
72 | <check_box bottom="-326" control_name="UseDefaultColorPicker" enabled="true" | 72 | <check_box bottom="-326" control_name="UseDefaultColorPicker" enabled="true" |
73 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | 73 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" |
74 | initial_value="false" label="Use default system color picker" left="148" | 74 | initial_value="false" label="Use default system color picker" left="151" |
75 | mouse_opaque="true" name="use_system_color_picker_checkbox" | 75 | mouse_opaque="true" name="use_system_color_picker_checkbox" |
76 | radio_style="false" | 76 | radio_style="false" |
77 | tool_tip="Use the default system color picker instead of the one built into Second Life." | 77 | tool_tip="Use the default system color picker instead of the one built into Second Life." |
@@ -100,7 +100,7 @@ | |||
100 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 100 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
101 | bottom="-240" drop_shadow_visible="true" enabled="true" follows="left|top" | 101 | bottom="-240" drop_shadow_visible="true" enabled="true" follows="left|top" |
102 | font="SansSerifSmall" h_pad="0" halign="left" height="10" hidden="false" | 102 | font="SansSerifSmall" h_pad="0" halign="left" height="10" hidden="false" |
103 | left="222" mouse_opaque="true" name="seconds_textbox" v_pad="0" width="128"> | 103 | left="220" mouse_opaque="true" name="seconds_textbox" v_pad="0" width="128"> |
104 | seconds | 104 | seconds |
105 | </text> | 105 | </text> |
106 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 106 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
@@ -119,7 +119,7 @@ | |||
119 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 119 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
120 | bottom_delta="0" drop_shadow_visible="true" enabled="true" | 120 | bottom_delta="0" drop_shadow_visible="true" enabled="true" |
121 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" | 121 | follows="left|top" font="SansSerifSmall" h_pad="0" halign="left" |
122 | height="18" hidden="false" left_delta="289" mouse_opaque="true" | 122 | height="18" hidden="false" left_delta="290" mouse_opaque="true" |
123 | name="language_textbox2" v_pad="0" width="394"> | 123 | name="language_textbox2" v_pad="0" width="394"> |
124 | (Requires restart for full effect) | 124 | (Requires restart for full effect) |
125 | </text> | 125 | </text> |
@@ -127,8 +127,8 @@ | |||
127 | <Type region name> | 127 | <Type region name> |
128 | </text> | 128 | </text> |
129 | <combo_box allow_text_entry="false" bottom="-372" enabled="true" follows="left|top" | 129 | <combo_box allow_text_entry="false" bottom="-372" enabled="true" follows="left|top" |
130 | height="18" hidden="false" left="148" max_chars="20" mouse_opaque="true" | 130 | height="18" hidden="false" left="153" max_chars="20" mouse_opaque="true" |
131 | name="crash_behavior_combobox" width="128"> | 131 | name="crash_behavior_combobox" width="146"> |
132 | <combo_item type="string" length="1" enabled="true" name="Askbeforesending" value="Ask before sending"> | 132 | <combo_item type="string" length="1" enabled="true" name="Askbeforesending" value="Ask before sending"> |
133 | Ask before sending | 133 | Ask before sending |
134 | </combo_item> | 134 | </combo_item> |
@@ -140,7 +140,7 @@ | |||
140 | </combo_item> | 140 | </combo_item> |
141 | </combo_box> | 141 | </combo_box> |
142 | <combo_box allow_text_entry="true" bottom="-394" control_name="Language" enabled="true" | 142 | <combo_box allow_text_entry="true" bottom="-394" control_name="Language" enabled="true" |
143 | follows="left|bottom" height="16" hidden="false" left="148" max_chars="135" | 143 | follows="left|bottom" height="16" hidden="false" left="153" max_chars="135" |
144 | mouse_opaque="true" name="language_combobox" width="146"> | 144 | mouse_opaque="true" name="language_combobox" width="146"> |
145 | <combo_item type="string" length="1" enabled="true" name="System Default Language" value="default"> | 145 | <combo_item type="string" length="1" enabled="true" name="System Default Language" value="default"> |
146 | System Default | 146 | System Default |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_preferences_graphics1.xml b/linden/indra/newview/skins/xui/en-us/panel_preferences_graphics1.xml index a48e7d0..2c72b40 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_preferences_graphics1.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_preferences_graphics1.xml | |||
@@ -13,7 +13,7 @@ | |||
13 | width="256" /> | 13 | width="256" /> |
14 | <combo_box allow_text_entry="false" bottom="-47" enabled="false" follows="left|top" | 14 | <combo_box allow_text_entry="false" bottom="-47" enabled="false" follows="left|top" |
15 | height="18" hidden="false" left="160" max_chars="20" mouse_opaque="true" | 15 | height="18" hidden="false" left="160" max_chars="20" mouse_opaque="true" |
16 | name="fullscreen combo" width="150" /> | 16 | name="fullscreen combo" width="160" /> |
17 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 17 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
18 | bottom="-62" drop_shadow_visible="true" enabled="true" follows="left|top" | 18 | bottom="-62" drop_shadow_visible="true" enabled="true" follows="left|top" |
19 | font="SansSerifSmall" h_pad="0" halign="left" height="12" hidden="false" | 19 | font="SansSerifSmall" h_pad="0" halign="left" height="12" hidden="false" |
@@ -29,7 +29,7 @@ | |||
29 | </text> | 29 | </text> |
30 | <combo_box allow_text_entry="true" bottom="-66" enabled="true" follows="left|top" | 30 | <combo_box allow_text_entry="true" bottom="-66" enabled="true" follows="left|top" |
31 | height="16" hidden="false" left="160" max_chars="100" mouse_opaque="true" | 31 | height="16" hidden="false" left="160" max_chars="100" mouse_opaque="true" |
32 | name="aspect_ratio" width="150"> | 32 | name="aspect_ratio" width="160"> |
33 | <combo_item type="string" length="1" enabled="true" name="4:3(StandardCRT)" value="1.333333"> | 33 | <combo_item type="string" length="1" enabled="true" name="4:3(StandardCRT)" value="1.333333"> |
34 | 4:3 (Standard CRT) | 34 | 4:3 (Standard CRT) |
35 | </combo_item> | 35 | </combo_item> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_preferences_voice.xml b/linden/indra/newview/skins/xui/en-us/panel_preferences_voice.xml index 137616c..c728e23 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_preferences_voice.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_preferences_voice.xml | |||
@@ -14,15 +14,24 @@ | |||
14 | initial_value="false" label="Enable voice chat" left="8" | 14 | initial_value="false" label="Enable voice chat" left="8" |
15 | mouse_opaque="true" name="enable_voice_check" radio_style="false" | 15 | mouse_opaque="true" name="enable_voice_check" radio_style="false" |
16 | width="200" /> | 16 | width="200" /> |
17 | <radio_group bottom_delta="-40" draw_border="false" | 17 | <radio_group bottom_delta="-40" draw_border="false" |
18 | follows="left|top" height="40" left_delta="20" name="ear_location" width="364"> | 18 | |
19 | <radio_item type="string" length="1" bottom="-19" follows="left|top" height="16" left="3" name="0" width="315"> | 19 | follows="left|top" height="40" left_delta="20" name="ear_location" width="364"> |
20 | Hear Voice Chat from camera position. | 20 | |
21 | </radio_item> | 21 | <radio_item type="string" length="1" bottom="-19" follows="left|top" height="16" left="3" name="0" width="315"> |
22 | <radio_item type="string" length="1" bottom="-35" follows="left|top" height="16" left="3" name="1" width="315"> | 22 | |
23 | Hear Voice Chat from avatar position. | 23 | Hear Voice Chat from camera position. |
24 | </radio_item> | 24 | |
25 | </radio_group> | 25 | </radio_item> |
26 | |||
27 | <radio_item type="string" length="1" bottom="-35" follows="left|top" height="16" left="3" name="1" width="315"> | ||
28 | |||
29 | Hear Voice Chat from avatar position. | ||
30 | |||
31 | </radio_item> | ||
32 | |||
33 | </radio_group> | ||
34 | |||
26 | 35 | ||
27 | <text type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-20" | 36 | <text type="string" length="1" allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-20" |
28 | embedded_items="false" enabled="true" follows="left|top" | 37 | embedded_items="false" enabled="true" follows="left|top" |
@@ -58,13 +67,13 @@ | |||
58 | <line_editor border_drop_shadow_visible="false" border_visible="false" bottom_delta="-20" | 67 | <line_editor border_drop_shadow_visible="false" border_visible="false" bottom_delta="-20" |
59 | drop_shadow_visible="true" enabled="false" follows="top|left" | 68 | drop_shadow_visible="true" enabled="false" follows="top|left" |
60 | font="SansSerifSmall" halign="right" height="19" left_delta="0" | 69 | font="SansSerifSmall" halign="right" height="19" left_delta="0" |
61 | max_length="254" mouse_opaque="false" name="modifier_combo" control_name="PushToTalkButton" width="255" /> | 70 | max_length="254" mouse_opaque="false" name="modifier_combo" control_name="PushToTalkButton" width="280" /> |
62 | 71 | ||
63 | <button bottom_delta="-25" follows="left|top" font="SansSerif" halign="center" | 72 | <button bottom_delta="-25" follows="left|top" font="SansSerif" halign="center" |
64 | height="20" label="Set Key" left_delta="0" | 73 | height="20" label="Set Key" left_delta="0" |
65 | mouse_opaque="true" name="set_voice_hotkey_button" width="90" /> | 74 | mouse_opaque="true" name="set_voice_hotkey_button" width="115" /> |
66 | <button bottom_delta="0" follows="left" font="SansSerif" halign="center" | 75 | <button bottom_delta="0" follows="left" font="SansSerif" halign="center" |
67 | height="20" label="Middle Mouse Button" left_delta="95" | 76 | height="20" label="Middle Mouse Button" left_delta="120" |
68 | mouse_opaque="true" name="set_voice_middlemouse_button" width="160" /> | 77 | mouse_opaque="true" name="set_voice_middlemouse_button" width="160" /> |
69 | 78 | ||
70 | <text allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-25" | 79 | <text allow_html="false" bg_readonly_color="0 0 0 0" bottom_delta="-25" |
@@ -82,8 +91,8 @@ | |||
82 | 91 | ||
83 | <button bottom_delta="-30" follows="left|top" font="SansSerif" | 92 | <button bottom_delta="-30" follows="left|top" font="SansSerif" |
84 | height="20" label="Device Settings..." left_delta="-20" | 93 | height="20" label="Device Settings..." left_delta="-20" |
85 | mouse_opaque="true" name="device_settings_btn" width="120" /> | 94 | mouse_opaque="true" name="device_settings_btn" width="150" /> |
86 | <button bottom_delta="-30" follows="left|top" font="SansSerif" | 95 | <button bottom_delta="-30" follows="left|top" font="SansSerif" |
87 | height="20" label="Run Voice Setup Wizard..." left_delta="0" | 96 | height="20" label="Run Voice Setup Wizard..." left_delta="0" |
88 | mouse_opaque="true" name="launch_voice_wizard_button" width="170" /> | 97 | mouse_opaque="true" name="launch_voice_wizard_button" width="225" /> |
89 | </panel> | 98 | </panel> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_voice_options.xml b/linden/indra/newview/skins/xui/en-us/panel_voice_options.xml index 040782b..b743088 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_voice_options.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_voice_options.xml | |||
@@ -36,11 +36,11 @@ | |||
36 | <line_editor border_drop_shadow_visible="false" border_visible="false" bottom_delta="-20" | 36 | <line_editor border_drop_shadow_visible="false" border_visible="false" bottom_delta="-20" |
37 | control_name="PushToTalkButton" drop_shadow_visible="true" enabled="false" | 37 | control_name="PushToTalkButton" drop_shadow_visible="true" enabled="false" |
38 | follows="top|left" font="SansSerifSmall" halign="right" height="19" | 38 | follows="top|left" font="SansSerifSmall" halign="right" height="19" |
39 | left_delta="0" max_length="254" name="modifier_combo" width="255" /> | 39 | left_delta="0" max_length="254" name="modifier_combo" width="280" /> |
40 | <button bottom_delta="-25" follows="left|top" font="SansSerif" halign="center" | 40 | <button bottom_delta="-25" follows="left|top" font="SansSerif" halign="center" |
41 | height="20" label="Set Key" left_delta="0" name="set_voice_hotkey_button" | 41 | height="20" label="Set Key" left_delta="0" name="set_voice_hotkey_button" |
42 | width="90" /> | 42 | width="115" /> |
43 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" | 43 | <button bottom_delta="0" follows="left|top" font="SansSerif" halign="center" |
44 | height="20" label="Middle Mouse Button" left_delta="95" | 44 | height="20" label="Middle Mouse Button" left_delta="120" |
45 | name="set_voice_middlemouse_button" width="160" /> | 45 | name="set_voice_middlemouse_button" width="160" /> |
46 | </panel> | 46 | </panel> |