Fix #3621 (Larger maximum number of TOC links)

This commit is contained in:
Kovid Goyal 2009-10-01 14:40:05 -06:00
parent 23410ede6a
commit f3dba81934

View File

@ -32,7 +32,11 @@
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="2" column="1">
<widget class="QSpinBox" name="opt_max_toc_links"/> <widget class="QSpinBox" name="opt_max_toc_links">
<property name="maximum">
<number>10000</number>
</property>
</widget>
</item> </item>
<item row="3" column="0"> <item row="3" column="0">
<widget class="QLabel" name="label_16"> <widget class="QLabel" name="label_16">