diff options
Diffstat (limited to 'widgets/table/e-table-state.c')
-rw-r--r-- | widgets/table/e-table-state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c index 63947f1516..0e0fa9f6ef 100644 --- a/widgets/table/e-table-state.c +++ b/widgets/table/e-table-state.c @@ -130,7 +130,7 @@ e_table_state_load_from_node (ETableState *state, children, "source"); column_info->expansion = e_xml_get_double_prop_by_name_with_default( - children, "expansion", -2); + children, "expansion", 1); list = g_list_append (list, column_info); } else if (state->sort_info == NULL && |