Mercurial > pidgin.yaz
changeset 442:fbf45eb2cd4e
[gaim-migrate @ 452]
Fixed a small spacing issue.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Thu, 29 Jun 2000 08:46:09 +0000 |
parents | 995b0fc981a3 |
children | a86882c351f0 |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Thu Jun 29 08:37:27 2000 +0000 +++ b/src/dialogs.c Thu Jun 29 08:46:09 2000 +0000 @@ -2500,7 +2500,7 @@ gtk_container_add(GTK_CONTAINER(frame), fbox); gtk_container_set_border_width(GTK_CONTAINER(frame), 5); gtk_box_pack_start(GTK_BOX(tbox), frame, TRUE, TRUE, 0); - gtk_box_pack_start(GTK_BOX(tbox), hbox, TRUE, FALSE, 0); + gtk_box_pack_start(GTK_BOX(tbox), hbox, TRUE, FALSE, 5); gtk_container_add(GTK_CONTAINER(ca->window), tbox);