# HG changeset patch # User Mark Doliner # Date 1186979037 0 # Node ID f0fc615c217dd1cc900e0cce5f078bdf34166a3d # Parent c8f18378045c3a29db92304bdac3c44d0f5a7a8b Set a minimize size of 300 pixels for the imhtml showing example text formatting in prefs. This way it doesn't look extremely goofy because it's ridiculously small. diff -r c8f18378045c -r f0fc615c217d pidgin/gtkprefs.c --- a/pidgin/gtkprefs.c Mon Aug 13 01:04:20 2007 +0000 +++ b/pidgin/gtkprefs.c Mon Aug 13 04:23:57 2007 +0000 @@ -1042,6 +1042,7 @@ frame = pidgin_create_imhtml(TRUE, &imhtml, &toolbar, NULL); gtk_widget_set_name(imhtml, "pidgin_prefs_font_imhtml"); + gtk_widget_set_size_request(frame, 300, -1); gtk_imhtml_set_whole_buffer_formatting_only(GTK_IMHTML(imhtml), TRUE); gtk_imhtml_set_format_functions(GTK_IMHTML(imhtml), GTK_IMHTML_BOLD |