From f4db10997283c2455a81e4d6342492aa902ad27b Mon Sep 17 00:00:00 2001 From: Johnny Jacob Date: Mon, 26 May 2008 11:20:45 +0000 Subject: Fix for Bug 496476 : Let the plugin configure widgets expand (resize). svn path=/trunk/; revision=35549 --- plugins/plugin-manager/plugin-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/plugin-manager/plugin-manager.c') diff --git a/plugins/plugin-manager/plugin-manager.c b/plugins/plugin-manager/plugin-manager.c index 823ad98d85..d423cf82ed 100644 --- a/plugins/plugin-manager/plugin-manager.c +++ b/plugins/plugin-manager/plugin-manager.c @@ -304,7 +304,7 @@ org_gnome_plugin_manager_manage (void *ep, ESMenuTargetShell *t) cfg_widget = def_configure_label; } else { gtk_widget_hide (cfg_widget); - gtk_box_pack_start (GTK_BOX (configure_page), cfg_widget, FALSE, FALSE, 6); + gtk_box_pack_start (GTK_BOX (configure_page), cfg_widget, TRUE, TRUE, 6); } gtk_list_store_append (store, &iter); -- cgit v1.2.3