diff src/gtkimhtmltoolbar.c @ 11243:a511b77a368b

[gaim-migrate @ 13408] sf patch #1246384, from shiyee "This patch globally defines spacings and boreders according to the Gnome Human Interfaces Guidelines, and uses those defines where appropriate. No visual changes are made, but the the intention is that the defines should help promote uniformness." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 12 Aug 2005 23:53:28 +0000
parents 1a0e699521c3
children 477e5cca8287
line wrap: on
line diff
--- a/src/gtkimhtmltoolbar.c	Fri Aug 12 22:30:36 2005 +0000
+++ b/src/gtkimhtmltoolbar.c	Fri Aug 12 23:53:28 2005 +0000
@@ -930,7 +930,7 @@
 
 	toolbar->tooltips = gtk_tooltips_new();
 
-	gtk_box_set_spacing(GTK_BOX(toolbar), 6);
+	gtk_box_set_spacing(GTK_BOX(toolbar), GAIM_HIG_BOX_SPACE);
 	sg = gtk_size_group_new(GTK_SIZE_GROUP_BOTH);
 
 	/* Bold */