diff options
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r-- | widgets/table/e-table.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index 17e52d5f07..307952fbef 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -73,7 +73,8 @@ typedef struct { /* * Configuration settings */ - guint draw_grid : 1; + guint horizontal_draw_grid : 1; + guint vertical_draw_grid : 1; guint draw_focus : 1; guint row_selection_active : 1; |