aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-header.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-header.c')
-rw-r--r--widgets/table/e-table-header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-header.c b/widgets/table/e-table-header.c
index ef1b573346..cc5b147747 100644
--- a/widgets/table/e-table-header.c
+++ b/widgets/table/e-table-header.c
@@ -779,7 +779,7 @@ eth_set_size (ETableHeader *eth, gint idx, gint size)
/* Set the new expansion so that it will generate the desired size. */
eth->columns[idx]->expansion =
expansion * (((gdouble)(size - (eth->columns[idx]->min_width +
- eth->width_extras))) / ((gdouble)total_extra));
+ eth->width_extras))) / ((gdouble) total_extra));
/* The expansion left for the columns on the right. */
expansion -= eth->columns[idx]->expansion;