From 68e28cfd05d1cd6b2b1b3aed743435e6bfd596b1 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Sun, 15 Apr 2007 18:26:50 +0000 Subject: [PATCH] make 3-month columns in the SX editor, which should layout better for the default 6 months, as well as 12 months. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15902 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/dialog-sx-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome/dialog-sx-editor.c b/src/gnome/dialog-sx-editor.c index b97352ce80..9c60c854d9 100644 --- a/src/gnome/dialog-sx-editor.c +++ b/src/gnome/dialog-sx-editor.c @@ -94,7 +94,7 @@ static gint _sx_engine_event_handler_id = -1; #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