Mercurial > pidgin.yaz
diff src/multi.c @ 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 | 08742bf8a7be |
children | 6400b37e0c35 |
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);