From ab41ae809dd77fc67f8566fd2efdf4c1b43b7224 Mon Sep 17 00:00:00 2001 From: Artem Garmash Date: Sat, 24 Apr 2010 22:00:05 +0300 Subject: [PATCH] Fix rounded bottom corners in the empty view --- src/el-home-applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/el-home-applet.c b/src/el-home-applet.c index 26c4f14..39fa061 100644 --- a/src/el-home-applet.c +++ b/src/el-home-applet.c @@ -444,7 +444,7 @@ expose_event (GtkWidget *self, GdkEventExpose *event) if (!priv->message) { rounded_rectangle (cr, 0, HEADER_HEIGHT, - C_WIDTH, C_HEIGHT, + C_WIDTH, C_HEIGHT - HEADER_HEIGHT, BOX_RADIOUS, ROUND_CORNER_BL | ROUND_CORNER_BR); cairo_close_path (cr); -- 1.7.9.5