More reasonable limits for the SpinButton that selects significant figures.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14513 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker 2006-07-15 19:48:14 +00:00
parent f0d64c1185
commit f64d70b454

View File

@ -1183,7 +1183,7 @@ year(s)</property>
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
<property name="snap_to_ticks">False</property>
<property name="wrap">False</property>
<property name="adjustment">1 1 99 1 10 10</property>
<property name="adjustment">1 1 12 1 1 1</property>
</widget>
<packing>
<property name="left_attach">1</property>