Fix #1240644 [Chapter threshold maximum of 99 is insufficient](https://bugs.launchpad.net/calibre/+bug/1240644)

This commit is contained in:
Kovid Goyal 2013-10-17 08:20:19 +05:30
parent 8d544eaada
commit 66a88b5d6e

View File

@ -15,7 +15,11 @@
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="7" column="1">
<widget class="QSpinBox" name="opt_toc_threshold"/>
<widget class="QSpinBox" name="opt_toc_threshold">
<property name="maximum">
<number>10000</number>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="opt_use_auto_toc">