mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
b7bdc15b2d
commit
6cb2fa3c35
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user