Mon, 13 Aug 2007 04:52:49 +0000
Allow the imhtml to expand and fill the void.
| pidgin/gtkprefs.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtkprefs.c Mon Aug 13 04:23:57 2007 +0000 +++ b/pidgin/gtkprefs.c Mon Aug 13 04:52:49 2007 +0000 @@ -1039,6 +1039,7 @@ #endif vbox = pidgin_make_frame(ret, _("Default Formatting")); + gtk_box_set_child_packing(GTK_BOX(vbox->parent), vbox, TRUE, TRUE, 0, GTK_PACK_START); frame = pidgin_create_imhtml(TRUE, &imhtml, &toolbar, NULL); gtk_widget_set_name(imhtml, "pidgin_prefs_font_imhtml");