Commit b48658bd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Accelerate the network port SpinBox chooser.

parent a6914ce1
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
<property name="toolTip" > <property name="toolTip" >
<string>_("Select the port used")</string> <string>_("Select the port used")</string>
</property> </property>
<property name="accelerated" >
<bool>true</bool>
</property>
<property name="maximum" > <property name="maximum" >
<number>65535</number> <number>65535</number>
</property> </property>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment