# HG changeset patch
# User Rob Flynn <gaim@robflynn.com>
# Date 1035082461 0
# Node ID 521b0f9ed00f7d5d44322333821643cacc7a27b5
# Parent  6007f61108c442f9e42ddf60fd49cb18026dc381
[gaim-migrate @ 3899]
I thought the border was a tiny bit too big...

committer: Tailor Script <tailor@pidgin.im>

diff -r 6007f61108c4 -r 521b0f9ed00f src/multi.c
--- 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);