From b499a35e93a8580816899b13f6ef76cb5062c741 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 30 Jul 2015 08:47:23 +0100 Subject: [PATCH] fix spacing around dictionary prefs --- src/prefs_spelling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs_spelling.c b/src/prefs_spelling.c index bf0a66db2..02f82596d 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); -- 2.25.1