diff options
Diffstat (limited to 'shell/e-task-widget.c')
-rw-r--r-- | shell/e-task-widget.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-task-widget.c b/shell/e-task-widget.c index 384e1cc27f..47fbecf00c 100644 --- a/shell/e-task-widget.c +++ b/shell/e-task-widget.c @@ -114,6 +114,8 @@ 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); + priv->icon_pixbuf = gdk_pixbuf_ref (icon_pixbuf); gdk_pixbuf_render_pixmap_and_mask (icon_pixbuf, &pixmap, &mask, 128); |