# HG changeset patch # User Sadrul Habib Chowdhury # Date 1186980769 0 # Node ID 0a37b4187366b4a88a9a73c4bbe9c52477242edf # Parent f0fc615c217dd1cc900e0cce5f078bdf34166a3d Allow the imhtml to expand and fill the void. diff -r f0fc615c217d -r 0a37b4187366 pidgin/gtkprefs.c --- 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");