From 1ea32eb2bcdd70274ebaa93ef0ca569caca8d8ee Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 28 Feb 2017 17:59:40 +0300 Subject: spell plugin: remove incorrect code from configure dialog --- plugins/spell/pluma-spell-plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins') diff --git a/plugins/spell/pluma-spell-plugin.c b/plugins/spell/pluma-spell-plugin.c index d856dd7b..8f93dacd 100644 --- a/plugins/spell/pluma-spell-plugin.c +++ b/plugins/spell/pluma-spell-plugin.c @@ -818,8 +818,6 @@ get_configure_dialog (PlumaSpellPlugin *plugin) gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->never), TRUE); } - gtk_window_set_default_size (GTK_WIDGET (content), 15, 120); - gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog->dialog))), content, FALSE, FALSE, 0); g_object_unref (content); -- cgit v1.2.1