[gaim-migrate @ 4682]

Fri, 24 Jan 2003 05:37:26 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Fri, 24 Jan 2003 05:37:26 +0000
changeset 4409
a2526adf0f4b
parent 4408
0e976a855b33
child 4410
9e593f7acd2e

[gaim-migrate @ 4682]
This resize behavior is a lot more natural, I think. When you resize
an IM vertically, the input area stays the same height, and the display
part changes size.

src/gtkconv.c file | annotate | diff | comparison | revisions
--- a/src/gtkconv.c	Fri Jan 24 00:40:53 2003 +0000
+++ b/src/gtkconv.c	Fri Jan 24 05:37:26 2003 +0000
@@ -2841,7 +2841,7 @@
 
 	/* Build the right pane. */
 	lbox = gtk_vbox_new(FALSE, 5);
-	gtk_paned_pack2(GTK_PANED(hpaned), lbox, TRUE, TRUE);
+	gtk_paned_pack2(GTK_PANED(hpaned), lbox, FALSE, TRUE);
 	gtk_widget_show(lbox);
 
 	/* Setup the label telling how many people are in the room. */
@@ -2935,7 +2935,7 @@
 
 	/* Build the toolbar. */
 	vbox = gtk_vbox_new(FALSE, 5);
-	gtk_paned_pack2(GTK_PANED(vpaned), vbox, TRUE, FALSE);
+	gtk_paned_pack2(GTK_PANED(vpaned), vbox, FALSE, FALSE);
 	gtk_widget_show(vbox);
 
 	gtkconv->toolbar.toolbar = build_conv_toolbar(conv);
@@ -3003,7 +3003,7 @@
 
 	/* Setup the top part of the pane. */
 	vbox = gtk_vbox_new(FALSE, 5);
-	gtk_paned_pack1(GTK_PANED(paned), vbox, FALSE, TRUE);
+	gtk_paned_pack1(GTK_PANED(paned), vbox, TRUE, TRUE);
 	gtk_widget_show(vbox);
 
 	/* Setup the gtkimhtml widget. */

mercurial