inputPhraseLengthLimit option's single step: 5 => 10

This speeds up decreasing the default value that is probably too large
for most users. I think that very few users would want to tune this
option's value finer than 10. Those who need such precision can enter
the desired number manually.
This commit is contained in:
Igor Kushnir 2020-11-19 12:50:38 +02:00
parent 27ca24f83d
commit dea11ca080

View file

@ -1803,7 +1803,7 @@ from mouse-over, selection, clipboard or command line</string>
<number>10000</number>
</property>
<property name="singleStep">
<number>5</number>
<number>10</number>
</property>
<property name="value">
<number>1000</number>