comparison src/dialogs.c @ 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
comparison
equal deleted inserted replaced
441:995b0fc981a3 442:fbf45eb2cd4e
2498 gtk_box_pack_start(GTK_BOX(fbox), ca->checkbx, TRUE, TRUE, 5); 2498 gtk_box_pack_start(GTK_BOX(fbox), ca->checkbx, TRUE, TRUE, 5);
2499 2499
2500 gtk_container_add(GTK_CONTAINER(frame), fbox); 2500 gtk_container_add(GTK_CONTAINER(frame), fbox);
2501 gtk_container_set_border_width(GTK_CONTAINER(frame), 5); 2501 gtk_container_set_border_width(GTK_CONTAINER(frame), 5);
2502 gtk_box_pack_start(GTK_BOX(tbox), frame, TRUE, TRUE, 0); 2502 gtk_box_pack_start(GTK_BOX(tbox), frame, TRUE, TRUE, 0);
2503 gtk_box_pack_start(GTK_BOX(tbox), hbox, TRUE, FALSE, 0); 2503 gtk_box_pack_start(GTK_BOX(tbox), hbox, TRUE, FALSE, 5);
2504 2504
2505 gtk_container_add(GTK_CONTAINER(ca->window), tbox); 2505 gtk_container_add(GTK_CONTAINER(ca->window), tbox);
2506 2506
2507 /* let the world see what we have done. */ 2507 /* let the world see what we have done. */
2508 gtk_widget_show(label); 2508 gtk_widget_show(label);