mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1240644 [Chapter threshold maximum of 99 is insufficient](https://bugs.launchpad.net/calibre/+bug/1240644)
This commit is contained in:
parent
8d544eaada
commit
66a88b5d6e
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user