summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2011-08-23 17:06:38 -0400
committerLogan Dethrow <log@lindenlab.com>2011-08-23 17:06:38 -0400
commit05e5ea243ea2acc9e86471c884d1a2d39c9c8e60 (patch)
tree8e6cf5e496c7ba1d9c6df82cfc18eef84ada0318 /indra/newview/skins
parent61f4c953c4eb63fddf553bd114dc6116e6e464b6 (diff)
Fixed LLProxy UI constraints. Fixed some XUI warnings in the Proxy Settings Floater.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/xui/en/floater_preferences_proxy.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_preferences_proxy.xml b/indra/newview/skins/default/xui/en/floater_preferences_proxy.xml
index 35cd118130..449731ab89 100644
--- a/indra/newview/skins/default/xui/en/floater_preferences_proxy.xml
+++ b/indra/newview/skins/default/xui/en/floater_preferences_proxy.xml
@@ -138,7 +138,6 @@
name="socks5_auth_type"
top_pad="10"
width="120"
- border="1"
commit_callback.function="Proxy.Change" >
<radio_item
height="16"
@@ -215,17 +214,18 @@
</text>
<radio_group
control_name="HttpProxyType"
+ name="other_http_proxy_type"
height="60"
layout="topleft"
top_pad="9"
width="120"
- border="1"
left_delta="15"
commit_callback.function="Proxy.Change" >
<radio_item
height="16"
label="Do not proxy"
layout="topleft"
+ name="OtherNoProxy"
value="None"
width="120"
tool_tip="Non-web HTTP traffic will NOT be sent to any proxy."/>
@@ -233,6 +233,7 @@
height="16"
label="Use HTTP Proxy"
layout="topleft"
+ name="OtherHTTPProxy"
value="Web"
width="120"
enabled_control="BrowserProxyEnabled"
@@ -241,6 +242,7 @@
height="16"
label="Use SOCKS 5 Proxy"
layout="topleft"
+ name="OtherSocksProxy"
value="Socks"
width="120"
enabled_control="Socks5ProxyEnabled"
@@ -268,6 +270,4 @@
top_delta="0"
width="90"
commit_callback.function="Proxy.Cancel" />
-
-
</floater>