Uhm, set the usize to `1, -1' instead.

* e-task-widget.c (e_task_widget_construct): Uhm, set the usize to
`1, -1' instead.

svn path=/trunk/; revision=11318
This commit is contained in:
Ettore Perazzoli
2001-07-23 19:52:38 +00:00
parent bec14674f5
commit ce1e7cbcf1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-07-23 Ettore Perazzoli <ettore@ximian.com>
* e-task-widget.c (e_task_widget_construct): Uhm, set the usize to
`1, -1' instead.
2001-07-23 Ettore Perazzoli <ettore@ximian.com>
* e-task-widget.c (e_task_widget_construct): Set the usize for the

View File

@ -114,7 +114,7 @@ e_task_widget_construct (ETaskWidget *task_widget,
gtk_container_add (GTK_CONTAINER (frame), box);
gtk_widget_show (box);
gtk_widget_set_usize (box, 0, 0);
gtk_widget_set_usize (box, 1, -1);
priv->icon_pixbuf = gdk_pixbuf_ref (icon_pixbuf);