# HG changeset patch # User Mark Doliner # Date 1091742037 0 # Node ID 497a53d9692a804cf469a9f01b16a8ee99ccc50a # Parent 77c63fc5b6d7119dff98779fdda59be2857a18a2 [gaim-migrate @ 10535] I'm hoping this fixes bug 981034? Here's looking at you, kid. committer: Tailor Script diff -r 77c63fc5b6d7 -r 497a53d9692a src/gtkconv.c --- a/src/gtkconv.c Thu Aug 05 21:38:25 2004 +0000 +++ b/src/gtkconv.c Thu Aug 05 21:40:37 2004 +0000 @@ -5761,7 +5761,7 @@ button_type = gaim_prefs_get_int("/gaim/gtk/conversations/button_type"); gtk_widget_size_request(gtkconv->bbox, &requisition); - if(button_type == GAIM_BUTTON_NONE || requisition.height < scale_height) { + if (button_type == GAIM_BUTTON_NONE || requisition.height * 1.5 < scale_height) { gtk_box_pack_start(GTK_BOX(gtkconv->lower_hbox), vbox, FALSE, FALSE, 0); /* gtk_box_reorder_child(GTK_BOX(gtkconv->lower_hbox), vbox, 0); */ } else {