Mercurial > pidgin.yaz
changeset 726:012bf218a655
[gaim-migrate @ 736]
small cosmetic improvement
committer: Tailor Script <tailor@pidgin.im>
author | Todd Kulesza <fflewddur> |
---|---|
date | Sat, 19 Aug 2000 04:32:52 +0000 |
parents | 79d47a292bf5 |
children | 8b9f0537f473 |
files | src/util.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/util.c Sat Aug 19 00:37:40 2000 +0000 +++ b/src/util.c Sat Aug 19 04:32:52 2000 +0000 @@ -928,7 +928,8 @@ gtk_widget_show(button_box_3); gtk_widget_show(button_box); - gtk_widget_set_usize(button, 75, 30); +/* this causes clipping on lots of buttons with long text */ +/* gtk_widget_set_usize(button, 75, 30);*/ gtk_widget_show(button); gdk_pixmap_unref(pm);