Bug 797847 - Best match probability calculation on import is too pessimistic

Lowering the minimum value for the auto-clear preference. This is to
 allow user to still auto clear even when date don't match quite
 exactly.
This commit is contained in:
Jean Laroche 2020-07-16 16:39:51 -07:00 committed by John Ralls
parent b7bdc15b2d
commit 6cb2fa3c35

View File

@ -14,7 +14,7 @@
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="auto_clear_adj">
<property name="lower">6</property>
<property name="lower">5</property>
<property name="upper">12</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>