Allow the imhtml to expand and fill the void.

Mon, 13 Aug 2007 04:52:49 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Mon, 13 Aug 2007 04:52:49 +0000
changeset 19366
e232b54d6fa7
parent 19365
a712e2406c7e
child 19367
709815c8f263

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");

mercurial