diff options
Diffstat (limited to 'src/running.ui')
-rw-r--r-- | src/running.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/running.ui b/src/running.ui index 3e7caa3..0e1aa69 100644 --- a/src/running.ui +++ b/src/running.ui @@ -377,7 +377,7 @@ <cstring>kcfg_SOCKSBindAddressPort</cstring> </property> <property name="maxValue"> - <number>9999</number> + <number>65535</number> </property> </widget> <widget class="TQSpinBox" row="2" column="5"> @@ -385,7 +385,7 @@ <cstring>Port</cstring> </property> <property name="maxValue"> - <number>9999</number> + <number>65535</number> </property> </widget> <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="4"> @@ -458,7 +458,7 @@ <cstring>SocksPort</cstring> </property> <property name="maxValue"> - <number>9999</number> + <number>65535</number> </property> </widget> <widget class="TQPushButton" row="1" column="4"> |