Fix #794999 ([Enhancement] decrease lower limit for epub 'split files larger than')

This commit is contained in:
Kovid Goyal 2011-06-09 09:05:38 -06:00
parent fa9ce548a3
commit 659f0129d3

View File

@ -58,7 +58,7 @@
<string> KB</string> <string> KB</string>
</property> </property>
<property name="minimum"> <property name="minimum">
<number>100</number> <number>25</number>
</property> </property>
<property name="maximum"> <property name="maximum">
<number>1000000</number> <number>1000000</number>