aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-source-selector-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-source-selector-dialog.c')
-rw-r--r--e-util/e-source-selector-dialog.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/e-util/e-source-selector-dialog.c b/e-util/e-source-selector-dialog.c
index 68e29fd13c..29ceaebbf7 100644
--- a/e-util/e-source-selector-dialog.c
+++ b/e-util/e-source-selector-dialog.c
@@ -214,7 +214,8 @@ source_selector_dialog_constructed (GObject *object)
container = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
- widget = g_object_new (GTK_TYPE_GRID,
+ widget = g_object_new (
+ GTK_TYPE_GRID,
"orientation", GTK_ORIENTATION_VERTICAL,
"column-homogeneous", FALSE,
"row-spacing", 12,
@@ -233,7 +234,8 @@ source_selector_dialog_constructed (GObject *object)
gtk_widget_show (label);
g_free (label_text);
- hgrid = g_object_new (GTK_TYPE_GRID,
+ hgrid = g_object_new (
+ GTK_TYPE_GRID,
"orientation", GTK_ORIENTATION_HORIZONTAL,
"row-homogeneous", FALSE,
"column-spacing", 12,