comparison 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
comparison
equal deleted inserted replaced
11242:01c06e7ae1f6 11243:a511b77a368b
928 toolbar->smiley_dialog = NULL; 928 toolbar->smiley_dialog = NULL;
929 toolbar->image_dialog = NULL; 929 toolbar->image_dialog = NULL;
930 930
931 toolbar->tooltips = gtk_tooltips_new(); 931 toolbar->tooltips = gtk_tooltips_new();
932 932
933 gtk_box_set_spacing(GTK_BOX(toolbar), 6); 933 gtk_box_set_spacing(GTK_BOX(toolbar), GAIM_HIG_BOX_SPACE);
934 sg = gtk_size_group_new(GTK_SIZE_GROUP_BOTH); 934 sg = gtk_size_group_new(GTK_SIZE_GROUP_BOTH);
935 935
936 /* Bold */ 936 /* Bold */
937 button = gaim_pixbuf_toolbar_button_from_stock(GTK_STOCK_BOLD); 937 button = gaim_pixbuf_toolbar_button_from_stock(GTK_STOCK_BOLD);
938 gtk_size_group_add_widget(sg, button); 938 gtk_size_group_add_widget(sg, button);