diff options
Diffstat (limited to 'plugins/spell/pluma-spell-language-dialog.c')
-rw-r--r-- | plugins/spell/pluma-spell-language-dialog.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/spell/pluma-spell-language-dialog.c b/plugins/spell/pluma-spell-language-dialog.c index fda020bd..d5a70127 100644 --- a/plugins/spell/pluma-spell-language-dialog.c +++ b/plugins/spell/pluma-spell-language-dialog.c @@ -141,10 +141,6 @@ create_dialog (PlumaSpellLanguageDialog *dlg, gtk_container_set_border_width (GTK_CONTAINER (dlg), 5); gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dlg))), 2); /* 2 * 5 + 2 = 12 */ - gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_action_area (GTK_DIALOG (dlg))), - 5); - gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_action_area (GTK_DIALOG (dlg))), - 6); g_signal_connect (dlg, "response", |