changeset 3760:521b0f9ed00f

[gaim-migrate @ 3899] I thought the border was a tiny bit too big... committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 20 Oct 2002 02:54:21 +0000
parents 6007f61108c4
children a9f7421cdd9f
files src/multi.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/multi.c	Sun Oct 20 02:01:17 2002 +0000
+++ b/src/multi.c	Sun Oct 20 02:54:21 2002 +0000
@@ -1206,7 +1206,7 @@
 	hbox = gtk_hbox_new(FALSE, 6);
 	gtk_box_pack_start(GTK_BOX(vbox), hbox, TRUE, TRUE, 6);
 
-	gtk_box_pack_start(GTK_BOX(hbox), sw, TRUE, TRUE, 6);
+	gtk_box_pack_start(GTK_BOX(hbox), sw, TRUE, TRUE, 0);
 
 #if 0
 	vbox2 = gtk_vbox_new(TRUE, 5);