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
This commit is contained in:
Joshua Sled 2007-04-15 18:26:50 +00:00
parent 45154119c1
commit 68e28cfd05

View File

@ -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