mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
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:
parent
27ca24f83d
commit
dea11ca080
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue