Mercurial > pidgin.yaz
diff src/gtkdebug.c @ 5429:7d1a44cbd347
[gaim-migrate @ 5809]
I kind of like that better.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 18 May 2003 09:23:49 +0000 |
| parents | 96bde36bb76b |
| children | 908f3d9ee660 |
line wrap: on
line diff
--- a/src/gtkdebug.c Sun May 18 09:08:42 2003 +0000 +++ b/src/gtkdebug.c Sun May 18 09:23:49 2003 +0000 @@ -102,7 +102,9 @@ /* Setup our top button bar thingie. */ toolbar = gtk_toolbar_new(); - gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_TEXT); + gtk_toolbar_set_style(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_BOTH_HORIZ); + gtk_toolbar_set_icon_size(GTK_TOOLBAR(toolbar), + GTK_ICON_SIZE_SMALL_TOOLBAR); gtk_box_pack_start(GTK_BOX(vbox), toolbar, FALSE, FALSE, 0);
