[Commits] [SCM] claws branch, master, updated. 3.12.0-34-gb499a35

claws at claws-mail.org claws at claws-mail.org
Thu Jul 30 09:47:29 CEST 2015


The branch, master has been updated
       via  b499a35e93a8580816899b13f6ef76cb5062c741 (commit)
      from  8d0c5b700ff4773aeca743cf5a8494c89f81bf3b (commit)

Summary of changes:
 src/prefs_spelling.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit b499a35e93a8580816899b13f6ef76cb5062c741
Author: Paul <paul at claws-mail.org>
Date:   Thu Jul 30 08:47:23 2015 +0100

    fix spacing around dictionary prefs

diff --git a/src/prefs_spelling.c b/src/prefs_spelling.c
index bf0a66d..02f8259 100644
--- a/src/prefs_spelling.c
+++ b/src/prefs_spelling.c
@@ -154,7 +154,7 @@ static void prefs_spelling_create_widget(PrefsPage *_page, GtkWindow *window, gp
 	
 	table = gtk_table_new(6, 4, FALSE);
 	gtk_widget_show(table);
-	gtk_container_set_border_width(GTK_CONTAINER(table), 8);
+	gtk_container_set_border_width(GTK_CONTAINER(table), 0);
  	gtk_table_set_row_spacings(GTK_TABLE(table), 4);
  	gtk_table_set_col_spacings(GTK_TABLE(table), 8);
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list