diff options
author | McCabe Maxsted | 2011-10-17 21:41:19 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-10-17 21:42:22 -0700 |
commit | deebe84c0af8bf41623abac91e42eaa115c89db5 (patch) | |
tree | 56f317089098b7f30bd6ef9c04ce8cfceacf4f22 | |
parent | Always enable the vivox license checkbox, as it sometimes doesn't enable when... (diff) | |
download | meta-impy-deebe84c0af8bf41623abac91e42eaa115c89db5.zip meta-impy-deebe84c0af8bf41623abac91e42eaa115c89db5.tar.gz meta-impy-deebe84c0af8bf41623abac91e42eaa115c89db5.tar.bz2 meta-impy-deebe84c0af8bf41623abac91e42eaa115c89db5.tar.xz |
Made the voice license window resizable
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_voice_license.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_voice_license.xml b/linden/indra/newview/skins/default/xui/en-us/floater_voice_license.xml index c97c4f7..b691282 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_voice_license.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_voice_license.xml | |||
@@ -1,14 +1,14 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="false" can_drag_on_left="false" can_minimize="false" | 2 | <floater can_close="false" can_drag_on_left="true" can_minimize="false" |
3 | can_resize="false" height="500" min_height="100" min_width="100" | 3 | can_resize="true" height="500" min_height="300" min_width="400" |
4 | name="modal container" title="" width="600"> | 4 | name="modal container" title="" width="600"> |
5 | <button bottom="-484" enabled="false" font="SansSerif" halign="center" height="20" | 5 | <button bottom="-484" enabled="false" font="SansSerif" halign="center" height="20" |
6 | label="Continue" label_selected="Continue" left="484" mouse_opaque="true" | 6 | label="Continue" label_selected="Continue" right="-16" mouse_opaque="true" |
7 | name="Continue" width="100" /> | 7 | name="Continue" follows="right|bottom" width="100" /> |
8 | <button bottom="-484" font="SansSerif" halign="center" height="20" label="Cancel" | 8 | <button bottom="-484" font="SansSerif" halign="center" height="20" label="Cancel" |
9 | label_selected="Cancel" left="16" mouse_opaque="true" name="Cancel" | 9 | label_selected="Cancel" left="16" mouse_opaque="true" name="Cancel" |
10 | width="100" /> | 10 | follows="left|bottom" width="100" /> |
11 | <check_box bottom="-435" follows="top|right" | 11 | <check_box bottom="-435" follows="bottom|left" |
12 | font="SansSerifSmall" height="16" initial_value="false" label="I Agree to the Terms of the Vivox Acceptable Use Policy" | 12 | font="SansSerifSmall" height="16" initial_value="false" label="I Agree to the Terms of the Vivox Acceptable Use Policy" |
13 | left="16" mouse_opaque="true" name="agree_chk" width="55" /> | 13 | left="16" mouse_opaque="true" name="agree_chk" width="55" /> |
14 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 14 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
@@ -25,7 +25,7 @@ To use Vivox voice chat, you must agree to the terms of the policy. | |||
25 | LICENSE_TEXT | 25 | LICENSE_TEXT |
26 | </text_editor> | 26 | </text_editor> |
27 | <!-- Loading text says: "Loading Vivox Acceptable Use Policy..." URL encoded --> | 27 | <!-- Loading text says: "Loading Vivox Acceptable Use Policy..." URL encoded --> |
28 | <web_browser bottom="-406" embedded_items="false" follows="left|top" font="SansSerif" | 28 | <web_browser bottom="-406" embedded_items="false" follows="left|top|right|bottom" font="SansSerif" |
29 | height="340" left="16" max_length="65536" mouse_opaque="true" | 29 | height="340" left="16" max_length="65536" mouse_opaque="true" |
30 | name="license_html" | 30 | name="license_html" |
31 | start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//vivox.com/vivox_aup.html%22%3EVivox%20Acceptable%20Use%20Policy%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E" | 31 | start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//vivox.com/vivox_aup.html%22%3EVivox%20Acceptable%20Use%20Policy%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E" |