mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Increase max cover grid cache size
This commit is contained in:
parent
b29c4fa56d
commit
faf7060c3b
@ -364,7 +364,7 @@
|
|||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QSpinBox" name="opt_cover_grid_cache_size">
|
<widget class="QSpinBox" name="opt_cover_grid_cache_size">
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>3000</number>
|
<number>50000</number>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user