diff options
author | Slávek Banko <[email protected]> | 2016-07-28 02:44:00 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-07-28 02:44:16 +0200 |
commit | ef29d707b21315d5cc3b658bf981a2861064ff4d (patch) | |
tree | 2bcc9f8f488af5ac03680d52274073efe337beef /src/newfirstrunwizard.ui | |
parent | 65554b1b95b4044d76439db7991ed36d0488eb05 (diff) | |
download | tork-ef29d707b21315d5cc3b658bf981a2861064ff4d.tar.gz tork-ef29d707b21315d5cc3b658bf981a2861064ff4d.zip |
Fix wrong limits for port numbers
This resolves bug 2671
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit efa6236b8ec00c036e064634f85bf663ac48e797)
Diffstat (limited to 'src/newfirstrunwizard.ui')
-rw-r--r-- | src/newfirstrunwizard.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newfirstrunwizard.ui b/src/newfirstrunwizard.ui index f383740..fdd61d7 100644 --- a/src/newfirstrunwizard.ui +++ b/src/newfirstrunwizard.ui @@ -712,7 +712,7 @@ <string>9051</string> </property> <property name="maxValue"> - <number>9999</number> + <number>65535</number> </property> </widget> <widget class="TQLabel" row="2" column="0"> |