From ce1e7cbcf19b38d3df4ba2570cd6154eaa9a9f15 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 23 Jul 2001 19:52:38 +0000 Subject: 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 --- shell/e-task-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-task-widget.c') diff --git a/shell/e-task-widget.c b/shell/e-task-widget.c index 47fbecf00c..53cdb70a6d 100644 --- a/shell/e-task-widget.c +++ b/shell/e-task-widget.c @@ -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); -- cgit v1.2.3