Skip to content
Snippets Groups Projects
Commit 8a79174b authored by andreykproductengine's avatar andreykproductengine
Browse files

SL-11022 Proxy port number is limited to 12K instead of 65K

parent 3839444a
No related branches found
No related tags found
No related merge requests found
...@@ -58,12 +58,12 @@ ...@@ -58,12 +58,12 @@
label_width="95" label_width="95"
layout="topleft" layout="topleft"
left_delta="210" left_delta="210"
max_val="12000" max_val="65535"
min_val="10" min_val="10"
name="web_proxy_port" name="web_proxy_port"
top_delta="0" top_delta="0"
tool_tip="The port of the HTTP proxy you would like to use." tool_tip="The port of the HTTP proxy you would like to use."
width="145" /> width="150" />
<check_box <check_box
control_name="Socks5ProxyEnabled" control_name="Socks5ProxyEnabled"
height="16" height="16"
...@@ -111,11 +111,11 @@ ...@@ -111,11 +111,11 @@
label_width="95" label_width="95"
layout="topleft" layout="topleft"
left_delta="210" left_delta="210"
max_val="12000" max_val="65535"
min_val="10" min_val="10"
name="socks_proxy_port" name="socks_proxy_port"
top_delta="0" top_delta="0"
width="145" width="150"
tool_tip="The port of the SOCKS 5 proxy you would like to use." tool_tip="The port of the SOCKS 5 proxy you would like to use."
commit_callback.function="Proxy.Change" /> commit_callback.function="Proxy.Change" />
<text <text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment