talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit b499a35e93a8580816899b13f6ef76cb5062c741
parent 8d0c5b700ff4773aeca743cf5a8494c89f81bf3b
Author: Paul <paul@claws-mail.org>
Date:   Thu, 30 Jul 2015 08:47:23 +0100

fix spacing around dictionary prefs

Diffstat:
Msrc/prefs_spelling.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);