Mercurial > pidgin
changeset 19224:f0fc615c217d
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.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 13 Aug 2007 04:23:57 +0000 |
parents | c8f18378045c |
children | 0a37b4187366 7131e5699991 |
files | pidgin/gtkprefs.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 |