diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-26 09:53:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-26 09:56:09 +0100 |
commit | 38030b253da02e04c9b55d21a94eb3d70c905074 (patch) | |
tree | d37c621fd533b8674664364b023e420fd9dd9a43 /proto-udp | |
parent | f432f7836a3ec2368260a51d352188e465d9c0cc (diff) |
proto/udp: allow binding low port range (1-1023)
Diffstat (limited to 'proto-udp')
-rw-r--r-- | proto-udp/ftnoir_ftncontrols.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proto-udp/ftnoir_ftncontrols.ui b/proto-udp/ftnoir_ftncontrols.ui index 209095db..03239abf 100644 --- a/proto-udp/ftnoir_ftncontrols.ui +++ b/proto-udp/ftnoir_ftncontrols.ui @@ -9,8 +9,8 @@ <rect> <x>0</x> <y>0</y> - <width>372</width> - <height>106</height> + <width>389</width> + <height>124</height> </rect> </property> <property name="windowTitle"> @@ -161,7 +161,7 @@ </sizepolicy> </property> <property name="minimum"> - <number>1024</number> + <number>1</number> </property> <property name="maximum"> <number>65535</number> |