Mercurial > pidgin
diff src/util.c @ 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 | b29c92be568b |
children | bcae3ff49680 |
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);