r15902 - gnucash/trunk/src/gnome - make 3-month columns in the SX editor, which should layout better for the default 6 months, as well as 12 months.

Josh Sled jsled at cvs.gnucash.org
Sun Apr 15 14:26:50 EDT 2007


Author: jsled
Date: 2007-04-15 14:26:50 -0400 (Sun, 15 Apr 2007)
New Revision: 15902
Trac: http://svn.gnucash.org/trac/changeset/15902

Modified:
   gnucash/trunk/src/gnome/dialog-sx-editor.c
Log:
make 3-month columns in the SX editor, which should layout better for the default 6 months, as well as 12 months.


Modified: gnucash/trunk/src/gnome/dialog-sx-editor.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-sx-editor.c	2007-04-15 18:22:06 UTC (rev 15901)
+++ gnucash/trunk/src/gnome/dialog-sx-editor.c	2007-04-15 18:26:50 UTC (rev 15902)
@@ -94,7 +94,7 @@
 #define NUM_LEDGER_LINES_DEFAULT 6
 
 #define EX_CAL_NUM_MONTHS 6
-#define EX_CAL_MO_PER_COL 2
+#define EX_CAL_MO_PER_COL 3
 
 #define GNC_D_WIDTH 25
 #define GNC_D_BUF_WIDTH 26



More information about the gnucash-changes mailing list