changeset 19225:0a37b4187366

Allow the imhtml to expand and fill the void.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 13 Aug 2007 04:52:49 +0000
parents f0fc615c217d
children a0d45fa8ecfc
files pidgin/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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");