Skip to content

Commit

Permalink
fix port number limit to 65535
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed May 16, 2017
1 parent 130ab47 commit e0127ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/quickdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QSpinBox" name="portSpinBox"/>
<widget class="QSpinBox" name="portSpinBox">
<property name="maximum">
<number>65535</number>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="TextLabel6_2">
Expand Down

0 comments on commit e0127ee

Please sign in to comment.