r14513 - gnucash/trunk/src/gnome/glade - More reasonable limits for the SpinButton that selects significant figures.

Chris Shoemaker chris at cvs.gnucash.org
Sat Jul 15 15:48:14 EDT 2006


Author: chris
Date: 2006-07-15 15:48:14 -0400 (Sat, 15 Jul 2006)
New Revision: 14513
Trac: http://svn.gnucash.org/trac/changeset/14513

Modified:
   gnucash/trunk/src/gnome/glade/budget.glade
Log:
   More reasonable limits for the SpinButton that selects significant figures.


Modified: gnucash/trunk/src/gnome/glade/budget.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/budget.glade	2006-07-15 19:47:02 UTC (rev 14512)
+++ gnucash/trunk/src/gnome/glade/budget.glade	2006-07-15 19:48:14 UTC (rev 14513)
@@ -1183,7 +1183,7 @@
 	      <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>



More information about the gnucash-changes mailing list