Skip to content

Commit

Permalink
[dialog-sx-editor] increase EX_CAL_NUM_MONTHS from 6 to 12
Browse files Browse the repository at this point in the history
because the example calendar can show up to 12 months. This means a
daily SX will show all recurrences in the calendar instead of only 6
months.
  • Loading branch information
christopherlam committed Jan 6, 2023
1 parent a9a67c7 commit 2733d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/gnome/dialog-sx-editor.c
Expand Up @@ -83,7 +83,7 @@ static gint _sx_engine_event_handler_id = -1;

#define NUM_LEDGER_LINES_DEFAULT 6

#define EX_CAL_NUM_MONTHS 6
#define EX_CAL_NUM_MONTHS 12
#define EX_CAL_MO_PER_COL 3

#define GNC_D_WIDTH 25
Expand Down

0 comments on commit 2733d23

Please sign in to comment.