13
0

remove border around meter gradients, again.

This commit is contained in:
Robin Gareus 2013-07-02 00:10:42 +02:00
parent fdbb0ef780
commit 5b6fd190cb

View File

@ -338,9 +338,9 @@ FastMeter::vertical_expose (GdkEventExpose* ev)
pixrect.height = top_of_meter;
pixrect.y = pixheight - top_of_meter;
background.x = 1;
background.x = 0;
background.y = 0;
background.width = pixrect.width;
background.width = pixrect.width + 2;
background.height = pixheight - top_of_meter;
if (gdk_rectangle_intersect (&background, &ev->area, &intersection)) {