Mercurial > pidgin.yaz
diff pidgin/gtkcertmgr.c @ 22255:c55f695ecae4
Slightly cleaner
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 03 Feb 2008 11:16:52 +0000 |
parents | f60df7e0450b |
children | 8233bbcf3e86 |
line wrap: on
line diff
--- a/pidgin/gtkcertmgr.c Sun Feb 03 11:00:50 2008 +0000 +++ b/pidgin/gtkcertmgr.c Sun Feb 03 11:16:52 2008 +0000 @@ -409,9 +409,9 @@ tpm_dat->mgmt_widget = mgmt_widget = gtk_hbox_new(FALSE, /* Non-homogeneous */ - PIDGIN_HIG_BORDER); - gtk_container_set_border_width(GTK_CONTAINER(mgmt_widget), 6); - gtk_box_set_spacing(GTK_BOX(mgmt_widget), 6); + PIDGIN_HIG_BOX_SPACE); + gtk_container_set_border_width(GTK_CONTAINER(mgmt_widget), + PIDGIN_HIG_BOX_SPACE); gtk_widget_show(mgmt_widget); /* Ensure that everything gets cleaned up when the dialog box