Mercurial > pidgin.yaz
changeset 19058:ba99c1100e98
- HIG compliance improved
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Sat, 28 Jul 2007 18:42:56 +0000 |
parents | 3cc03c2801ed |
children | a75d01f3a98e |
files | pidgin/gtkcertmgr.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkcertmgr.c Sat Jul 28 08:47:44 2007 +0000 +++ b/pidgin/gtkcertmgr.c Sat Jul 28 18:42:56 2007 +0000 @@ -185,7 +185,7 @@ tpm_dat->mgmt_widget = mgmt_widget = gtk_hbox_new(FALSE, /* Non-homogeneous */ - 0); /* No spacing */ + PIDGIN_HIG_BORDER); gtk_widget_show(mgmt_widget); /* Ensure that everything gets cleaned up when the dialog box @@ -238,6 +238,7 @@ gtk_box_pack_end(GTK_BOX(mgmt_widget), bbox, FALSE, FALSE, /* Do not take up space */ 0); /* TODO: this padding is probably wrong */ + gtk_box_set_spacing(GTK_BOX(bbox), PIDGIN_HIG_BOX_SPACE); gtk_button_box_set_layout(GTK_BUTTON_BOX(bbox), GTK_BUTTONBOX_START); gtk_widget_show(bbox);