Mercurial > pidgin
diff src/util.c @ 651:650687b7ca0e
[gaim-migrate @ 661]
hmm
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Wed, 09 Aug 2000 15:06:00 +0000 |
| parents | b3900e312d8e |
| children | b29c92be568b |
line wrap: on
line diff
--- a/src/util.c Wed Aug 09 07:21:51 2000 +0000 +++ b/src/util.c Wed Aug 09 15:06:00 2000 +0000 @@ -927,6 +927,8 @@ gtk_widget_show(button_box_2); gtk_widget_show(button_box_3); gtk_widget_show(button_box); + + gtk_widget_set_usize(button, 75, 30); gtk_widget_show(button); gdk_pixmap_unref(pm); @@ -947,7 +949,7 @@ if (display_options & OPT_DISP_COOL_LOOK) gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); - button_box = gtk_hbox_new(FALSE, 5); + button_box = gtk_hbox_new(FALSE, 0); gtk_container_add(GTK_CONTAINER(button), button_box); button_box_2 = gtk_hbox_new(FALSE, 0);
