[evolution-kolab] EPlugin: minor layouting fix to backend config dialog



commit cb88cba188878f18e02d981dc3be3ac1bff8d498
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Mon Jun 4 21:03:42 2012 +0200

    EPlugin: minor layouting fix to backend config dialog

 src/eplugin/e-kolab-account-setup.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/eplugin/e-kolab-account-setup.c b/src/eplugin/e-kolab-account-setup.c
index a4a4bcd..2f72b25 100644
--- a/src/eplugin/e-kolab-account-setup.c
+++ b/src/eplugin/e-kolab-account-setup.c
@@ -491,7 +491,8 @@ e_kolab_account_setup_backend_create (EPlugin *epl,
 	tmp_str = g_strconcat ("<b>", C_("Account Setup", "Kolab Folder Options"), "</b>", NULL);
 	gtk_label_set_markup (GTK_LABEL (section), tmp_str);
 	g_free (tmp_str);
-	gtk_misc_set_alignment (GTK_MISC (section), 0.0, 0.0);
+	gtk_misc_set_alignment (GTK_MISC (section), 0.0, 0.5);
+	gtk_widget_set_margin_top (GTK_WIDGET (section), 6);
 	gtk_box_pack_start (GTK_BOX (kolab_vbox), section, FALSE, FALSE, 0);
 
 	hbox = gtk_hbox_new (FALSE, 10);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]