aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-categories-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-categories-editor.c')
-rw-r--r--e-util/e-categories-editor.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/e-util/e-categories-editor.c b/e-util/e-categories-editor.c
index ecbebf6083..8d22383f5a 100644
--- a/e-util/e-categories-editor.c
+++ b/e-util/e-categories-editor.c
@@ -239,7 +239,8 @@ e_categories_editor_init (ECategoriesEditor *editor)
gtk_misc_set_alignment (GTK_MISC (label2), 0, 0.5);
scrolledwindow1 = gtk_scrolled_window_new (NULL, NULL);
- g_object_set (G_OBJECT (scrolledwindow1),
+ g_object_set (
+ G_OBJECT (scrolledwindow1),
"hexpand", TRUE,
"halign", GTK_ALIGN_FILL,
"vexpand", TRUE,
@@ -263,7 +264,8 @@ e_categories_editor_init (ECategoriesEditor *editor)
G_CALLBACK (category_checked_cb), editor);
hbuttonbox1 = gtk_button_box_new (GTK_ORIENTATION_HORIZONTAL);
- g_object_set (G_OBJECT (hbuttonbox1),
+ g_object_set (
+ G_OBJECT (hbuttonbox1),
"hexpand", TRUE,
"halign", GTK_ALIGN_FILL,
NULL);