From b1ed35f70d09601717e32eb5c762f79908b0bcf8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 10 Jan 2013 10:30:24 -0500 Subject: Coding style and whitespace cleanup. --- e-util/e-categories-editor.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'e-util/e-categories-editor.c') 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); -- cgit v1.2.3