diff options
Diffstat (limited to 'widgets/table/e-table.c')
-rw-r--r-- | widgets/table/e-table.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c index 96e5e57d7b..f5cd6c0d16 100644 --- a/widgets/table/e-table.c +++ b/widgets/table/e-table.c @@ -3346,6 +3346,15 @@ e_table_class_init (ETableClass *class) E_TABLE_MODEL_TYPE, G_PARAM_READABLE)); + gtk_widget_class_install_style_property (widget_class, + g_param_spec_int ("vertical-spacing", + _("Vertical Row Spacing"), + _("Vertical space between rows. It is added to top and to bottom of a row"), + 0, + G_MAXINT, + 3, + G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); + gal_a11y_e_table_init (); } |